Aaditya1978 / AlgoHeist

A repository for algorithms in different languages for the beginners to contribute and learn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlgoHeist

A repository to learn Algorithms via contributing in different languages, contribute as much as you can !!!

GitHub closed pull requests by-label GitHub pull requests by-label GitHub closed pull requests by-label GitHub Repo stars GitHub top language Lines of code GitHub code size in bytes

Contribute via Algorithms to win the Heist (i.e. winning Hacktoberfest Tee)

Algorithm Image

Contributing Guidelines (Updated for 2021)

For contributions checkout new updated guidelines


Hacktoberfest 2021 Updates

PRs count if:

  • Submitted during the month of October AND

    • Submitted in a public repo AND (

      • The PR is labelled as hacktoberfest-accepted by a maintainer OR
      • Submitted in a repo with the hacktoberfest topic AND (
        • The PR is merged OR
        • The PR has been approved

      )

    )

As a part of this update your PRs will be marked as hacktoberfest-accepted label before merging and don't get shocked PRs opened in this repository will be counted in the Hacktoberfest 21.

Happy Hacking!


Code Of Conduct

We are following Contributor Covenant Code of Conduct.

Index


graphs

  • Breadth First Search
  • Depth First Search
  • Dijkstra's Algorithm
  • Bellman-Ford Algorithm
  • Kruskal's Algorithm
  • Topological Sort
  • Strongly Connected Components
  • Floyd Warshall Algorithm

misc

  • Caesar Cipher
  • Closest Pair Problem
  • Coin Change Permutation
  • Equilibrium Point of an Array
  • Fibonacci XOR
  • Kadane's Algorithm
  • Maximum Non Adjacent Sum
  • Prime Factorization
  • Spell the Number
  • Subarray with Given Sum
  • Fibonacci number using Matrix Exponentiation
  • Trapping Rain Water

searching


sorting


strings


GitHub

©️ TECHOUS 2019-21

About

A repository for algorithms in different languages for the beginners to contribute and learn.

License:GNU General Public License v3.0


Languages

Language:C++ 36.6%Language:C 23.6%Language:Java 16.3%Language:Python 10.4%Language:Jupyter Notebook 4.7%Language:JavaScript 4.4%Language:Ruby 2.3%Language:Go 1.8%