Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

DS-Algo-python/C++ (HactoberFest 2020!)

Results 43 Algorithms issues
Sort by recently updated
recently updated
newest added

added factorial using recursion in c language.

Added new code for rotation of bits , largest Repeating Subsequence and Detection of Loop in linked List using Floyd's Cycle-Finding Algorithm

This program sorts using quick sort technique

This file is for HacktoberFest 2020. Submitted by Siddhesh Shinde.

Added a palindrome using python.

It is just like Stone, Weapon and Scissors game. It plays 10 times between you and computer and after that it displays the Winner. Please merge my pull request and...