Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Data-Structures-and-Algorithms copied to clipboard

Hacktoberfest's DSA Challenge, create algorithms, programs in any programming language you love and prefer! Check the ISSUE section for ideas.

Results 21 Data-Structures-and-Algorithms issues
Sort by recently updated
recently updated
newest added

An optimized implementation is preferred.

good first issue
first-timers
hacktoberfest

Before making a PR do take the review for the implementation you will be going to make a PR for.

Linear Search Binary Search Jump Search Interpolation Search Exponential Search Sublist Search (Search a linked list in another list) Fibonacci Search The Ubiquitous Binary Search Recursive program to linearly search...

good first issue
first-timers
feature_request
hacktoberfest

Stack operations may involve initializing the stack, using it and then de-initializing it. Apart from these basic stuffs, a stack is used for the following two primary operations − push()...

good first issue
first-timers
hacktoberfest

1. Implement Queue using Stacks 2. LRU Cache Implementation 3. Implement Stack using Queues 4. Queue (Linked List Implementation) 5. How to efficiently implement k Queues in a single array?...

good first issue
first-timers

### Standard Greedy Algorithms 1. Activity Selection Problem 2. Egyptian Fraction 3. Job Sequencing Problem 4. Job Sequencing Problem (Using Disjoint Set) 5. Job Sequencing Problem – Loss Minimization 6....

good first issue
first-timers
hacktoberfest

Give Implementation for the following STLs:-- 1. Sequence Containers: implement data structures which can be accessed in a sequential manner. - vector - list - deque - arrays - forward_list(...

good first issue
first-timers

- Selection Sort, - Bubble Sort, - Recursive Bubble Sort, - Insertion Sort, - Recursive Insertion Sort, - Merge Sort, - Iterative Merge Sort, - Quick Sort, - Iterative Quick...

enhancement
good first issue
first-timers
hacktoberfest

**The only exception if something needs to be there and we have missed it out.**

Implement a program to demonstrate Extract min(), Deletion() and Decrease key() operations on a Fibonacci Heap.

good first issue
first-timers
feature_request
hacktoberfest