algorithms_and_data_structures icon indicating copy to clipboard operation
algorithms_and_data_structures copied to clipboard

180+ Algorithm & Data Structure Problems using C++

Results 113 algorithms_and_data_structures issues
Sort by recently updated
recently updated
newest added

created problem and solution for pascal's triangle, it isn't most optimal but it works

for each file in /leet_code_problems/, i would like to edit the filename to include the Leetcode #, as I believe it would be better for those who are referencing it.

In this we have to return the duplicate number in the array. Array list contains numbers from 0 to N-2 where N is size of array. So we have done...

C++ solution for Leetcode 206: Reversing A linked list