Skip to content

vindhya2001/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Welcome to the NITSkmOS/Algorithms

GitterNITSkmOS AlgorithmsBuild StatusGitHubOpenHub

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

Implemented Algorithms

AlgorithmCCPPJavaPython
Euclidean GCD:octocat::octocat::octocat:
Merge Sort:octocat::octocat:
QuickSort: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:

Implemented Data Structures

Data StructureCCPPJavaPython
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:

Sample Run

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

About

In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python30.1%
  • C++30.0%
  • Java22.4%
  • C15.8%
  • Shell1.7%