Skip to content

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

Notifications You must be signed in to change notification settings

manjusha2912/All_Programs_and_algorithms_jeremie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 45.0%
  • C++ 26.5%
  • C 18.3%
  • Python 8.8%
  • Clojure 0.8%
  • Rust 0.4%
  • PHP 0.2%