All-Algorithms This repository contains examples of various algorithms written on different programming languages... Implemented Algorithms Algorithm C CPP Java Python Euclidean GCD QuickSort Merge Sort Insertion Sort Counting Sort Radix Sort Binary Search Bubble Sort Shell Sort Heap Sort Maximum Subarray Problem Coin Change Problem Implemented Data Structures Data Structure C CPP Java Python Rust JavaScript Queue Stack Linear Linked List AVL Tree Binary Tree Sample Run Language Steps JavaScript node [filename.js] Python python [filename.py] C gcc [filename.c]./a.out # unixa.exe # windows CPP g++ [filename.cpp]./a.out # unixa.exe # windows Java javac [filename.java]java [filename] Contributing Fork it! Clone the forked repository to local system. Create your feature branch: git checkout -b my-new-feature Commit your changes: git commit -am 'Add some feature'. Push to the branch: git push origin my-new-feature Submit a pull request 😄