This repository contains examples of various algorithms written on different programming languages...
Algorithm | C | CPP | Java | Python |
---|---|---|---|---|
Euclidean GCD | ||||
QuickSort | ||||
Merge Sort | ||||
Insertion Sort |
Data Structure | C | CPP | Java | Python |
---|---|---|---|---|
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] |
See CONTRIBUTING.md.
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.