data-structure-and-algorithms
data-structure-and-algorithms copied to clipboard
Implement most data structures and algorithms in different programming languages.
implement stack in python, c#, or in any language
If you are working on Fibonacci series implementation please move the fibonacci folder to Mathematics. Thank you.
I would like to take this up
Check weather the given two strings are anagrams of each other, i.e weather they contain the same letter. Example : Input: abc & cab //abc is anagrams with cab, bac,...
implement doubly linked list in JavaScript, python , C++ or in any language.
Given a 2D matrix, the task is that we find the maximum sum of an hourglass.
Python implementation of linked list data structure Implement common linked list ADT which supports: insert, delete, search and print elements