/All_Programs_and_algorithms

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

Primary LanguageC

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. Track the changes: git add .
  4. Commit your changes: git commit -m 'Added some feature
  5. Push to the branch: git push origin master
  6. Submit a pull request 😄