Skip to content

GauravWalia19/AlgoHeist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoHeist

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

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


Hacktober Fest 21 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 Hacktober Fest 21.

Happy Hacking !


Code Of Conduct

We are following Contributor Covenant Code of Conduct.

DIRECTORY STRUCTURE

  • SEARCHING
  • SORTING
  • GRAPH_ALGORITHMS
  • STRINGS
  • MISC

SUB-DIRECTORY STRUCTURE

  • Algorithm Name
    • Language Name
      • Code with Extension
      • .gitignore

INDEX


SEARCHING


SORTING


STRINGS


GRAPHS

  • BREADTH FIRST SEARCH
  • DEPTH FIRST SEARCH
  • DIJKSTRA ALGORITHM
  • KRUSKAL ALGORITHM
  • TOPOLOGICAL SORT

MISC

  • SPELL THE NUMBER
  • CAESAR-CIPHER
  • Rhombus Pattern
  • COIN CHANGE PERMUTATION
  • FIBONACCI_XOR
  • HALF PYRAMID
  • MAXIMUM NON ADJACENT SUM
  • SUBARRAY-WITH-GIVEN-SUM
  • EQUILLIBRIUM-POINT-IN-AN-ARRAY
  • KADANE ALGORITHM
  • IMPLEMENTATION OF THE SPARSE MATRIX
  • FACTORIAL OF A NUMBER USING RECURSION
    • [JAVA] (MISC/FactorialUsingRecursion.java)
  • PRIME FACTORIZATION

LICENSE

GNU GENERAL PUBLIC LICENSE

©️ TECHOUS 2019-21

Languages

  • C++ 38.0%
  • C 23.0%
  • Java 18.3%
  • Python 7.4%
  • Jupyter Notebook 6.2%
  • JavaScript 4.3%
  • Go 2.8%