Skip to content

cessorg/Hacktoberfest-Data-Structure-and-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest-Data-Structure-and-Algorithms

List of data structures and algorithms. Feel free to contribute under Hacktoberfest '19! We've added few suggestions below, that you can implement.

How To:

  1. Register at https://hacktoberfest.digitalocean.com/.
  2. Fork this repository.
  3. Clone the forked repository by git clone https://github.com/{your-username}/Hacktoberfest-Data-Structure-and-Algorithms.git
  4. Code your files in the proper directory according to language.
  5. Add the algorithm to README (preferably in alphabetical order) in specified format.
  6. Add all your files git add .
  7. Commit your file changes git commit -m "Whatever you did here, e.g. created linkedlist class in C++"
  8. Push your changes git push
  9. Create a Pull Request to master at https://github.com/cessorg/Hacktoberfest-Data-Structure-and-Algorithms.

Algorithms

Name Status Languages
Adding to linked list ✔️ C++
Anagram ✔️ Python
Merging Two Dictionaries ✔️ Python
Balanced Paranthesis ✔️ C++
Binary Search ✔️ C++
Binary Search Tree 🚀 None
Bubble Sort ✔️ Python, C++, C
Counting Sort 🚀 None
Doubly Linked List 🚀 None
Fibonacci Sequence ✔️ C++
GCD 🚀 None
Hashing ✔️ C
Heap Sort 🚀 None
Insertion Sort ✔️ C
Kadane's Algorithm 🚀 None
Linked List 🚀 None
Merge Sort ✔️ C
Permutation ✔️ Python
Queue ✔️ C++
Quick Sort ✔️ C++, C
Radix Sort 🚀 None
Reverse a string using stack ✔️ C++
Reversing Linked List ✔️ C++
Selection Sort ✔️ C
Shell Sort 🚀 None
Stack with arrays ✔️ C++
Stack with linked list ✔️ C++
Trie ✔️ Python
Subset sum problem ✔️ C++
Longest Common Prefix ✔️ [C++](C++/Dynamic%20Programming/Longest_Common_Prefix .cpp)

Labels:

  • ✔️ : Done
  • 🚀 : Not implemented

About

List of data structures and algorithms. Feel free to contribute under Hacktoberfest '19!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published