DataStructures_Algorithms_Coding_Ninjas icon indicating copy to clipboard operation
DataStructures_Algorithms_Coding_Ninjas copied to clipboard

Adding the codes (C++) coded from scratch while working through online tutorials for coding ninjas. Any doubts please put it on the issues list.

Results 5 DataStructures_Algorithms_Coding_Ninjas issues
Sort by recently updated
recently updated
newest added

Please review my PR with the label hacktoberfest-accepted

This is the code for reversing a linked list iteratively.

Added few important stack questions under stack section which can be asked in interview. Will try to add more in future. Hope this will help others. Thanks.