Code Monkey home page Code Monkey logo

algorithms's Introduction

Welcome to the NITSkmOS/Algorithms

Open Source Love Gitter NITSkmOS Algorithms Build Status GitHub GitHub contributors OpenHub

This repository contains examples of various algorithms written on different programming languages...

Implemented Algorithms

Algorithm C CPP Java Python
Euclidean GCD :octocat: :octocat: :octocat:
Merge Sort :octocat: :octocat: :octocat: :octocat:
QuickSort :octocat: :octocat: :octocat:
Insertion Sort :octocat: :octocat: :octocat:
Counting Sort :octocat: :octocat: :octocat:
Radix Sort :octocat: :octocat:
Binary Search :octocat: :octocat:
Bubble Sort :octocat: :octocat: :octocat: :octocat:
Shell Sort :octocat: :octocat:
Heap Sort :octocat:
Maximum Subarray Problem :octocat:
Knapsack Problem :octocat:
Selecton Sort :octocat: :octocat:

Implemented Data Structures

Data Structure C CPP Java Python
Queue :octocat:
Stack :octocat: :octocat: :octocat:
Linear Linked List :octocat: :octocat: :octocat: :octocat:
AVL Tree :octocat: :octocat: :octocat: :octocat:
Binary Search Tree :octocat:
Fenwick Tree :octocat: :octocat: :octocat:
Doubly Linked List :octocat:

Sample Run

Language Steps
JavaScript
node [filename.js]
Python
python [filename.py]
C
gcc [filename.c]
./a.out # unix
a.exe # windows
CPP
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. Create your feature branch: git checkout -b my-new-feature

  4. Commit your changes: git commit -am 'Add some feature'.

    Go through Commit Messages guidelines

  5. Push to the branch: git push origin my-new-feature

  6. Submit a pull request ๐Ÿ˜„

See CONTRIBUTING.md.

Support

Feel free to contact us at our Gitter channel, we'd be happy to help!

Notes

Only project maintainers should merge a PR. Other members can add their reviews to a PR but the merging should be done by only a project maintainer.

algorithms's People

Contributors

sangamcse avatar 123vivekr avatar yashasingh avatar sameerchoubey avatar snowycoder avatar halderjoydeep avatar shreyasbapat avatar bihanviranga avatar anubhav4sachan avatar beingadityak avatar szabopeter avatar flamespt avatar arc9693 avatar yog-singh avatar thekaleidoscope avatar codacy-badger avatar swapsha96 avatar saashajoshi avatar coderobe avatar radusqrt avatar puneet29 avatar prince8809 avatar o-mutt avatar hargonix avatar rugglcon avatar chawin-a avatar shriakhilc avatar aquilll avatar aneels3 avatar

Watchers

James Cloos 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.