Code Monkey home page Code Monkey logo

techous / algoheist Goto Github PK

View Code? Open in Web Editor NEW
56.0 1.0 98.0 528 KB

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

License: GNU General Public License v3.0

C++ 36.35% C 20.97% Java 15.33% Python 12.37% JavaScript 4.36% Go 1.62% Jupyter Notebook 4.16% Ruby 4.84%
hacktoberfest hacktoberfest-starter algorithms algorithm algorithms-implemented hacktober hacktober-fest hacktober-fest-contributions hacktoberfest-23 hacktoberfest2023

algoheist's Introduction

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

algoheist's People

Contributors

aaditya1978 avatar aarushi5g avatar aivan2798 avatar anarchymonkey avatar anshumandhiman avatar ashwek avatar asmit061 avatar bhaveshjakhar avatar dimas-saputra-me avatar dubey01 avatar gauravwalia19 avatar geekswaroop avatar kalpita01 avatar keneepatel avatar kiransbaliga avatar maatheusgois avatar mdbrnowski avatar mihdi avatar naman-singla777 avatar nitin-1926 avatar pankhuri-52 avatar pratikcs50 avatar preekshitchandel avatar ramalik00 avatar saisuma98 avatar sammanchanchal avatar shrutisingh11 avatar souvikmahato-sm avatar suvarna221b avatar zarasingh199 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

algoheist's Issues

Golang in BUBBLE-SORT

At the moment, there's no folder for Golang inside the BUBBLE-SORT. So, it'd be great if we could have it there.

ENHANCEMENT

FILE TO CHANGE

linear.cpp

Enhancements To Do

  1. Make the method name camel case
  2. Convert the filename to LinearSearch.cpp and update README
  3. Instead of doing flag = 1 use flag = true
  4. Use correct variable names don't use arr use instead array so that one can easily understand.
  5. Add relevant comments.

HacktoberFest20

Name the program which you are adding

I am Adding the Fibonacci_xor problem in C++

Programming Language you will code

C++

YOU ARE

a student

GITHUB USERNAME

riyavaryani

[SORTING] Bubble Sort in Python3

Name the program which you are adding

Bubble Sort Algorithms

Programming Language you will code

Python3

YOU ARE

A Student

GITHUB USERNAME

ri2parna

add Golang in Selection Sort

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

HacktoberFest19

Name the program which you are adding

Dijkstra's shortest path algorithm

Programming Language you will code

C++

YOU ARE

Student

GITHUB USERNAME

vrn25

ENHANCEMENT

FILE TO CHANGE

BinarySearch.cpp

Enhancements To Do

  1. Rename variables with relevant approach
  2. Break the code into methods
  3. Add relevant comments.

ENHANCEMENT

FILE TO CHANGE

linear.c

Enhancements To Do

  1. Change the file name to LinearSearch.c
  2. Add comments in the code
  3. Follow the coding standards
  4. Optimise the code.

ENHANCEMENT

FILE TO CHANGE

binarySearch.py

Enhancements To Do

  1. Add relevant comments
  2. Update the variable names according to professional code standard

Coin Change Permutation

Name the program which you are adding

Coin Change Permutation

Programming Language you will code

Python

YOU ARE

a student

GITHUB USERNAME

shrutisingh11

Algorithm website under docs folder

Is your feature request related to a problem? Please describe.

The main issue is user is unable to see all the codes referenced in the README. In the website we will add search feature so that any code can be searched.

Describe the solution you'd like

Website through which we can search the code we want.

Z algorithm in Strings

I want to contribute the famous Z-algorithm of Strings in c++ language to the repository.

HacktoberFest20

Name the program which you are adding

Topological Sort Algorithm

Programming Language you will code

C++

YOU ARE

a student

GITHUB USERNAME

Shwewtank14

HacktoberFest19

Name the program which you are adding

Closest Pair Algorithm

Programming Language you will code

C++

YOU ARE

a student

GITHUB USERNAME

ri2parna

HacktoberFest19

Name the program which you are adding

QuickSort Algorithms

Programming Language you will code

C++

YOU ARE

Student

GITHUB USERNAME

geekswaroop

Key to character mapping using any language

print possible sequence of characters based on entered key (number ) .
key to character mapping is based on mobile phone key pad sequence .
You can submit your code in any language .

Prime Factorization

Name the program which you are adding

Finds the Prime Factorization of a number .
Example : 18 = (2) * (3^2)

Programming Language you will code

C++

YOU ARE

a student

GITHUB USERNAME

souvikmahato-sm

HacktoberFest19

Name the program which you are adding

Radix Sorting algorithm

Programming Language you will code

C++

YOU ARE

a student

GITHUB USERNAME

rajan88lal88

ENHANCEMENT

FILE TO CHANGE

linearSearch.py

Enhancements To Do

  1. Add relevant comments

HacktoberFest20

Name the program which you are adding

Quick Sort

Programming Language you will code

JavaScript

YOU ARE

software engineer

GITHUB USERNAME

albericod

ENHANCEMENT

FILE TO CHANGE

BinarySearch.cpp

Enhancements To Do

  1. Break the code into relevant methods as much possible.
  2. Use relevant variable names for eg. use size instead of N while denoting size of array.
  3. Add relevant comments to the code.

HacktoberFest19

Name the program which you are adding

Kruskal's Algorithm to find MST

Programming Language you will code

C++

YOU ARE

Student

GITHUB USERNAME

geekswaroop

Max. Non Adjacent Sum

Name the program which you are adding

Maximum Non Adjacent Sum (dynamic programming)

Programming Language you will code

Python

YOU ARE

student

GITHUB USERNAME

sammanchanchal

ENHANCEMENT

FILE TO CHANGE

recurLinearSearch.c

Enhancements To Do

  1. Add relevant comments in the code
  2. Follow the professional coding standards

ENHANCEMENT

FILE TO CHANGE

binarysearch.c

Enhancements To Do

  1. Add relevant comments
  2. Update variable names

HacktoberFest19

Name the program which you are adding

Dijkstra's Algorithm

Programming Language you will code

C++

YOU ARE

a student

GITHUB USERNAME

nikunj-taneja

HacktoberFest19

Name the program which you are adding

Bubble Sort

Programming Language you will code

Python

YOU ARE

student

GITHUB USERNAME

aksh555

ENHANCEMENT

FILE TO CHANGE

binarySearch.c

Enhancements To Do

  1. Add relevant comments
  2. Update variable names

HacktoberFest20

Name the program which you are adding

Binary Search with recursion

Programming Language you will code

JavaScript

YOU ARE

software engineer

GITHUB USERNAME

albericod

ENHANCEMENT

FILE TO CHANGE

linearSearch.java

Enhancements To Do

  1. Update variable names
  2. Add comments

HacktoberFest19

Name the program which you are adding

BFS, DFS algorithm

Programming Language you will code

C++

YOU ARE

Student

GITHUB USERNAME

vrn25

ENHANCEMENT

FILE TO CHANGE

BinarySearch.java

Enhancements To Do

  1. Add relevant comments
  2. Update variable names

HacktoberFest20

Name the program which you are adding

Binary search using recursion, Queue using linked list, Implementation of Sparse matrix and its addition

Programming Language you will code

C++ for Binary Search and C for Queue and Sparse Matrix

YOU ARE

a student

GITHUB USERNAME

kiransbaliga [https://github.com/kiransbaliga]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.