Skip to content

shreyasbapat/Algorithms

 
 

Repository files navigation

Welcome to the NITSkmOS/Algorithms

NITSkmOS Algorithms Codacy Badge GitHub

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

Implemented Algorithms

Algorithm C CPP Java Python
Euclidean GCD :octocat:
QuickSort :octocat:
Merge Sort :octocat:
Insertion Sort :octocat: :octocat:
Counting Sort :octocat:
Radix Sort :octocat:
Binary Search :octocat:
Bubble Sort :octocat:

Implemented Data Structures

Data Structure C CPP Java Python
Queue :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. Create your feature branch: git checkout -b my-new-feature

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

    Go through Commit Messages guidelines

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

  5. Submit a pull request 😄

See CONTRIBUTING.md.

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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.1%
  • C++ 20.5%
  • C 14.4%