vallabhiaf / All_Programs_and_algorithms

In this repository, you can add all your programs and algorithm using any coding languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All_Programs_and_algorithms

In this repository you can add all your programs and algorithms or Data Structures using any coding languages for Hacktoberfest

Implemented Programs and Algorithms

Algorithm C C++ Java Python Rust Clojure
Binary Search :octocat: :octocat:
QuickSort :octocat: :octocat: :octocat:
RadixSort :octocat:
Breadth First Search :octocat:
Bubble Sort :octocat: :octocat: :octocat: :octocat:
Merge Sort :octocat: :octocat: :octocat:
Selection Sort :octocat:
Insertion Sort :octocat:
Kadane's Algorithm :octocat: :octocat: :octocat: :octocat:
Counting Sort :octocat: :octocat: :octocat:
ShellSort :octocat: :octocat:
Linear Search :octocat: :octocat: :octocat:
Heapsort :octocat: :octocat: :octocat: :octocat:
Depth First Search :octocat:
DFS Traversal :octocat: :octocat: :octocat:
Bogosort :octocat:
Bozosort :octocat:
Bellman-Ford Algorithm :octocat:

Implemented Data Structures

Data Structure C C++ Java Python Rust Clojure
Linear Linked List :octocat: :octocat: :octocat:
Stack :octocat: :octocat: :octocat:
Queue :octocat: :octocat: :octocat: :octocat:
Graph :octocat: :octocat:
Heap :octocat:
Hashing :octocat:
Tree :octocat: :octocat:

Sample Run

Language Steps
Python
python [filename.py]
C
gcc [filename.c]
./a.out # unix
a.exe # windows
C++
g++ [filename.cpp]
./a.out # unix
a.exe # windows
Java
javac [filename.java]
java [filename]
rust
rustc [filename.rs]
./[filename]
Clojure
lein run

About

In this repository, you can add all your programs and algorithm using any coding languages


Languages

Language:Java 43.6%Language:C++ 28.1%Language:C 18.0%Language:Python 9.0%Language:Clojure 0.8%Language:Rust 0.4%Language:PHP 0.2%