korolr / Hacktoberfest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo jpg

Hacktoberfest21_Algo_Collection ✨

This repository is a collection of various algorithms & data structures covering all programming languages. New additions are welcomed. Submit a pull request to contribute.


FOR Example You can contribute these mentioned programs or anything similar to this .

C

  • Count Sort
  • Merge Sort
  • Quick Sort
  • Selection Sort
  • Tower Of Hanoi
  • Traverse Singly Linked List

C++

  • Binary Search
  • Bubble Sort
  • Circular Linked List Insertion Deletion
  • Counting Sort
  • Dijkstra's Algorithm
  • DNF Sort
  • Greedy Algorithm - Coin Change
  • Heap Sort
  • Infix To Prefix Postfix
  • Insertion And Deletion In Stack
  • Insertion Sort
  • Kadane's Algorithm
  • Left View of Binary Tree
  • Linked List Deletion
  • Linked List Insertion
  • Merge Sort
  • N_Queens Backtracking Problem
  • Polygon Triangulation
  • Quick Sort
  • Radix Sort
  • Selection Sort
  • Sliding Window Tech
  • Snake Game
  • String Match
  • Tower Of Hanoi
  • Tree BFS
  • Tree DFS

Java

  • Bubble Sort
  • Cyclic Sort
  • Heap Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Selection Sort
  • Z Algorithm

Python

  • 8 Queens
  • AVL Tree
  • Bubble Sort
  • Dijkstra's Algorithm
  • First Unique Character
  • Floyd's Triangle
  • Insertion Sort
  • Knapsack
  • Merge Sort
  • Quick Sort
  • Segment Tree
  • Segment Sort

🙋 How to contribute?

We are open to new additions and suggestions. Please refer to the contribution guide.

Hacktoberfest-2021

Participate in Hacktoberfest by contributing to this repository.

About


Languages

Language:C++ 72.3%Language:C 14.4%Language:Python 7.9%Language:Java 5.4%