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 109 algorithms_and_data_structures issues
Sort by recently updated
recently updated
newest added

added math question ugly number II in C++

Added solution for Leetcode 3 sum problem in leet_code_problems folder.

This is the full merge sort algorithm using cpp language implementation .

Hi, I have added two new stack interview questions and algorithms to solve. please kindly merge those with your repo. thanks & regards

I add a file by the name of SameTree.cpp in leetcode folder. It's a famous leetcode problem in which we have to find out whether two trees are equal or...