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

Here you need to create a kotlin program where User will insert their Age in Int and you need to check whether that person can Vote or not. Minimum age...

Implement a program that solves the tower of Hanoi puzzle using recursion.

good first issue
first-timers
feature_request
hacktoberfest

1. Longest Common Subsequence 2. Longest Increasing Subsequence 3. Edit Distance 4. Minimum Partition 5. Ways to Cover a Distance 6. Longest Path In Matrix 7. Subset Sum Problem 8....

good first issue
hacktoberfest

Write a program to convert GPA from 10 scale to scale of **4, 5,** and **3** which can be used for different purposes.

enhancement
good first issue
first-timers
feature_request
hacktoberfest

User will give you the number of slabs in income tax layer and amount of tax to be charged (mean to say these values are variable). Create a program to...

good first issue
first-timers

- GCD and LCM - Prime Factorization and Divisors - Fibonacci Numbers - Catalan Numbers - Modular Arithmetic - Euler Totient Function - nCr Computations - Set Theory - Chinese...

good first issue
first-timers

Create a folder for graph algorithms and add algorithms like - bfs - dfs - dijkstra's algorithm - kruskal's minimum spanning tree

good first issue
first-timers

1. - Smallest number with sum of digits as N and divisible by 10^N 2. - Minimum sum of squares of character counts in a given string after removing k...

good first issue
first-timers
hacktoberfest

Implement a function which when given an entry point to a tree, prints its preorder, inorder and postorder traversal. Write a sample use of the checker function in the main...

first-timers

Create a program to calculate GPA from grades of a student on the scale of 10. Sample Input: "AAA+BCADE" Sample Output: 7.87 Here: **A+** represents 10, **A** represents 9, **B**...

good first issue
first-timers
hacktoberfest