Skip to content

TECHOUS/AlgoHeist

Repository files navigation

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 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

For contributions checkout new updated guidelines


Hacktoberfest 2022 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 22.

Happy Hacking!


Code Of Conduct

We are following Contributor Covenant Code of Conduct.

Index


backtracking


dynamic_programming


graphs

  • Breadth First Search
  • Depth First Search
  • Dijkstra's Algorithm
  • Bellman-Ford Algorithm
  • Kruskal's Algorithm
  • Topological Sort
  • Strongly Connected Components
  • Floyd Warshall Algorithm
  • Tarjan's Bridge in Graph -C++

misc

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

searching


sorting


strings


GitHub

©️ TECHOUS 2019-22