Data-Structures-And-Algorithms-Hacktoberfest18 icon indicating copy to clipboard operation
Data-Structures-And-Algorithms-Hacktoberfest18 copied to clipboard

List of data structures and algorithms. Feel free to contribute under Hacktoberfest '18!

Results 112 Data-Structures-And-Algorithms-Hacktoberfest18 issues
Sort by recently updated
recently updated
newest added

Hello~ Thank you very much for sharing the code! I try to use my own data set ( with the same shape as mnist) in code. After some iterations, it...

Naive approach to convert decimal number to hexa decimal string.

I have added an algorithm in C , which reverse a given input string.

Kadane's algorithm is used to find the maximum sum of a contiguous subarray. Array can consists of both positive and negative elements. Kadane's algorithm is based on the idea of...