Giter Site home page Giter Site logo

jigneng1 / programs_and_algorithms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeremie1112/all_programs_and_algorithms

0.0 0.0 0.0 423 KB

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

C++ 22.50% Python 10.07% C 21.22% PHP 0.20% Java 44.55% Clojure 0.99% Rust 0.48%

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 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

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 ๐Ÿ˜„

programs_and_algorithms's People

Contributors

jeremie1112 avatar maxtronn avatar ajaylather avatar ashishkumar47 avatar arnav-barman avatar ifroghop2worlds avatar aansari4599 avatar are-jeh avatar anjalbam avatar mieju avatar yoveer avatar nnneee avatar condiom avatar sphoortikadapa avatar siddharth2430 avatar tejas4m avatar raghavarora27 avatar namanpatidar avatar 2devyank avatar shreyaj1999 avatar hillamu2 avatar g1tman avatar dinendra007 avatar trushat avatar sankethgb avatar ranjith-b-5 avatar antishk avatar akshatbhat avatar esha-sherring avatar viraj-v1112 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.