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

This repository contains Data structures/Algorithms Implementation and problems solved in various programming language with explanation

Results 9 Data-Structures-Algorithms-Problems issues
Sort by recently updated
recently updated
newest added

You are presented with a set of N items, each with its own weight and profit. Additionally, you have a bag with a limited capacity of W, meaning it can...

Create a function that takes an array and sort it's element using bubble sort algorithm in any programming language. Read and follow contributing guidelines before creating a PR.

Please assign this one to me as I would love to work on it. Thanks.

good first issue
hacktoberfest

Implement a self-balancing Binary Search Tree (BST) where the difference between heights of left and right subtrees cannot be more than one for all nodes. Any languages could be used.

help wanted
good first issue
hacktoberfest

Hello @ismaelsadeeq I have completed the task. Please merge this pull request under Hactoberfest2022. Thank you.

good first issue
hacktoberfest

I just added a comment

Implementing linked list with its operations. first ---> returns the first element in the list rest --> return the list without the first element insert --> add an element to...

help wanted
good first issue
hacktoberfest

Selection sort, bubble sort, insertion sort....

hacktoberfest