Data-Structure
Data-Structure copied to clipboard
Data Structure
Added sudoku solving code using backtracking in cpp. Please review
Wiki - https://en.wikipedia.org/wiki/Segment_tree
Tower of Hanoi is a mathematical puzzle where we have three rods and n disks. The objective of the puzzle is to move the entire stack to another rod, obeying...
java program for data structure
Added source code for implementing zig-zag level order traversal in a binary tree.
This is a medium-level problem and a very interesting problem in linkedlist