Data Structure and Algorithm (DSA) contributions. Original git found on https://github.com/MakeContributions/DSA/tree/main
 
 
 
 
 
 
Go to file
Goutham Krishna e250c52ded
rust-> palindrome program, enforces specification in #108 (#109)
* issue 108 example: rust palindrome program

* edits on gitignore file

* update to specification file

* Updated README.md

* Updated parent README
2021-03-16 08:41:41 -04:00
.github/workflows chore: add workflows name attribute 2021-03-12 18:49:04 -04:00
arrays Added Dutch Flag algo (#93) 2021-03-03 14:55:50 -04:00
graphs Add doubly, circular Linked List, and kruskal graphs (#72) 2021-02-11 16:25:00 -04:00
linked-lists fix: numbering in linked-list index (#92) 2021-03-01 20:04:36 -04:00
multiplication Multiplication Algorithms - Karatsuba Multiplication Added in Python and CPP (#36) 2021-01-29 08:54:36 -04:00
queues Adding the circular queue (#104) 2021-03-12 18:40:53 -04:00
scheduling Interval Scheduling, Quick Sort, Insertion Sort in Go (#102) 2021-03-07 12:49:25 -04:00
searching Added Linear, Binary Search in Go (#94) 2021-03-03 14:54:01 -04:00
sorting Interval Scheduling, Quick Sort, Insertion Sort in Go (#102) 2021-03-07 12:49:25 -04:00
stacks Add stacks for c-or-cpp (#80) 2021-02-21 21:33:58 -04:00
strings rust-> palindrome program, enforces specification in #108 (#109) 2021-03-16 08:41:41 -04:00
.gitignore Data Structures (#44) 2021-01-30 08:27:49 -04:00
CODE_OF_CONDUCT.md docs: create CODE_OF_CONDUCT.md 2020-12-23 10:20:19 -04:00
CONTRIBUTING.md [Docs] Add how to make your First Contributions (#45) 2021-01-29 10:53:10 -04:00
LICENSE docs(license): add company name on copyright 2020-12-23 10:23:51 -04:00
README.md Added contributors in the README (#98) 2021-03-03 18:52:16 -04:00

README.md

Data Structures and Algorithm

Data structure and Algorithm (DSA)

Contribution Guidelines

1. Folders or files naming

The folder or file should have the below conditions:

  • The name should be in lower case.
  • The word should be separate with a dash(-).
  • When have new topic should create a new folder and index for it.
  • A new file should add to the index(README.md) using relative links
  • It can only contain dash(-) it cannot have other specific characters.

For example:

DSA
  | searching
    | readme.md -> should create an readme for the index
    | c-or-cpp
      | linear-search.cpp
      | binary-search.cpp
    | python
      | linear-search.py
      | binary-search.py
    | csharp
      | linear-search.cs
      | binary-search.cs

2. Naming Convention

The programming should keep the naming convention rule of each programming language

Other topic

Contributors

License

MIT