Git Product home page Git Product logo

all_programs_and_algorithms's Introduction

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
Binary Search :octocat: :octocat:
QuickSort :octocat: :octocat:
RadixSort :octocat:
Breadth First Search :octocat:
Bubble Sort :octocat: :octocat: :octocat:
Merge Sort :octocat:
Selection Sort :octocat:

Implemented Data Structures

Data Structure C C++ Java Python Rust
Linear Linked List :octocat: :octocat: :octocat:
Stack :octocat: :octocat:
Queue :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]

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/'filename'.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 ๐Ÿ˜„

all_programs_and_algorithms's People

Contributors

jeremie1112 avatar are-jeh avatar anjalbam avatar siddharth2430 avatar sphoortikadapa avatar anmolgaur45 avatar ifroghop2worlds avatar jasneet410 avatar parjanyaacoder avatar tharakadhanushka avatar ankit-kmar avatar firejoust avatar heisenberg-vardan avatar abdullah2205 avatar nlanson avatar pritkalariya avatar rajvirsingh-co avatar sadeepnanda avatar thetkpark avatar shailjabhaskar avatar sneha1010 avatar vipenl26 avatar akshataj28 avatar ashishkumar47 avatar snehagupta-4 avatar theellusionist avatar treavvasu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.