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
Implemented Data Structures
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] |
- Fork it!
- Clone the forked repository to local system.
- Track the changes:
git add .
- Commit your changes:
git commit -m 'Added some feature
- Push to the branch:
git push origin master
- Submit a pull request 😄