In this repository you can add all your programs and algorithms or Data Structures using any coding languages for Hacktoberfest
Algorithm | C | C++ | Java | Python | Rust | Clojure |
---|---|---|---|---|---|---|
Binary Search | ||||||
QuickSort | ||||||
RadixSort | ||||||
Breadth First Search | ||||||
Bubble Sort | ||||||
Merge Sort | ||||||
Selection Sort | ||||||
Insertion Sort | ||||||
Kadane's Algorithm | ||||||
Counting Sort | ||||||
ShellSort | ||||||
Linear Search | ||||||
Heapsort | ||||||
Depth First Search | ||||||
DFS Traversal | ||||||
Bogosort | ||||||
Bozosort | ||||||
Bellman-Ford Algorithm |
Data Structure | C | C++ | Java | Python | Rust | Clojure |
---|---|---|---|---|---|---|
Linear Linked List | ||||||
Stack | ||||||
Queue | ||||||
Graph | ||||||
Heap | ||||||
Hashing | ||||||
Tree |
Language | Steps |
---|---|
Python | python [filename.py] |
C | gcc [filename.c] |
C++ | g++ [filename.cpp] |
Java | javac [filename.java] |
rust | rustc [filename.rs] |
Clojure | lein run |