Skip to content

vipenl26/All_Programs_and_algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

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
Binary Search :octocat:
QuickSort :octocat:

Implemented Data Structures

Data Structure C C++ Java Python
Linear Linked List :octocat:
Stack :octocat:
Queue

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]

Contributing

  1. Fork it!
  2. Clone the forked repository to local system.
  3. Please add the code to the according folder and if needed create the folder for the algorithm or DS and create the folder for programming language you are using(An example is Algorithms/quicksort/C).
  4. Track the changes: git add .
  5. Commit your changes: git commit -m 'Added some feature
  6. Push to the branch: git push origin master
  7. Submit a pull request 😄

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

 
 
 

Contributors

Languages

  • C 54.4%
  • C++ 45.6%