AlgoHeist icon indicating copy to clipboard operation
AlgoHeist copied to clipboard

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

Results 31 AlgoHeist issues
Sort by recently updated
recently updated
newest added

# HacktoberFest 21 Please mention the PR subject as `AlgoHeist21: Algorithm Name` ## Algorithm you like to add I would like to add Prim's Algorithm, which is a greedy based...

C++
HacktoberFest21

# HacktoberFest 21 Please mention the PR subject as `AlgoHeist21: Algorithm Name` ## Algorithm you like to add Mention the algorithm name here ## Programming Language for Algorithm Implementation Mention...

# HacktoberFest 21 ## Algorithm you like to add Merge Sort ## Programming Language for Algorithm Implementation Java ## Code file name with extension mergeSort.java ## Did you watched Money...

Java
HacktoberFest21

Given a singly linked list consisting of N nodes. The task is to remove duplicates (nodes with duplicate values) from the given list (if exists). I plan on solving this...

## FILE TO CHANGE Maths Folder ## Enhancements To Do 1. Since there are so many algorithms I think it's about time when you make a 'maths' folder for all...

enhancement

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

enhancement

bellman ford in java code

I added a code of reverse a linked list # HacktoberFest 22 Please mention the PR subject as `AlgoHeist22: Algorithm Name` ## Algorithm you like to add Mention the algorithm...

I would like to add a solution to this problem in C++. Kindly Assign it!! Given two positive integers num1 and num2, find the integer x such that: x has...