├── Are trees similar in shape.pdf ├── Basics of Programming ├── 1Getting Started.pdf ├── 2Patterns.pdf ├── 3Functions and Arrays.pdf ├── 4) 2D Array.pdf └── 5String, StringBuilders, ArrayList.pdf ├── Distabce between two nodes in a generic tree.pdf ├── Find in generic tree.pdf ├── Generic Tree ├── 1.Introduction to Generic Trees .pdf ├── 2.Level Order traversal in generic tree.pdf ├── 3.level Order linewise traversal in generic tree.pdf ├── 4.ZigZag levelOrder Linewise traversal in generic tree.pdf ├── 5.Generic tree constructor.pdf ├── Are trees similar in shape.pdf ├── Distabce between two nodes in a generic tree.pdf ├── Find in generic tree.pdf ├── Is generic tree symmetric.pdf ├── Maximum of generic tree.pdf ├── Mirror of generic tree.pdf ├── Multisolver for generic tree.pdf ├── Node to root path in a generic tree.pdf ├── Remove leaves of a generic tree.pdf ├── Traversal in a generic tree.pdf ├── height of generic tree.pdf ├── levelOrder Linewise ZigZag in generic tree 2.0.pdf ├── levelOrder Linewise traversal in generic tree 2.0.pdf ├── linearize a generic tree efficient approach.pdf ├── linearize a generic tree.pdf ├── lowest common ancestor in a generic tree.pdf └── size of a generic tree.pdf ├── Hashmap&Heap └── Hashmap and Heap.pdf ├── Is generic tree symmetric.pdf ├── LINKEDLIST. ├── 1-Intro to LINKEDLIST.pdf ├── 10-Reverse a LINKEDLIST (Data iterative).pdf ├── 11-Reverse a LINKEDLIST (Pointer Iterative).pdf ├── 12-LINKEDLIST to stack adaptor.pdf ├── 13-LINKEDLIST to queue adapter.pdf ├── 14-kth NODE from the end of the LINKEDLIST.pdf ├── 15-Middle of the LINKEDLIST.pdf ├── 16-Merge two sorted LINKEDLIST.pdf ├── 17-Merge Sort a LINKEDLIST.pdf ├── 18-Remove duplicate in a sorted LINKEDLIST.pdf ├── 19-Odd Even LINKEDLIST.pdf ├── 2-Add last in LINKEDLIST.pdf ├── 20-k reverse in LINKEDLIST.pdf ├── 21-Display reverse (Recursive).pdf ├── 22-Reverse a LINKEDLIST (Data Recursive).pdf ├── 23-Reverse a LINKEDLIST (Pointer Recursive).pdf ├── 24-Is LINKEDLIST a Palindrome.pdf ├── 25-Fold a LINKEDLIST.pdf ├── 26-0Add two LINKEDLIST.pdf ├── 27-intersection point of linkedlist.pdf ├── 3-Display a LINKEDLIST.pdf ├── 4-Remove First from LINKEDLIST.pdf ├── 5-Get value in LINKEDLIST.pdf ├── 6-Add first in LINKEDLIST.pdf ├── 7-Add at a index in a LINKEDLIST.pdf ├── 8-Remove last in a LINKEDLIST.pdf └── 9-Remove at a index in a LINKEDLIST.pdf ├── Maximum of generic tree.pdf ├── Mirror of generic tree.pdf ├── Multisolver for generic tree.pdf ├── Node to root path in a generic tree.pdf ├── README.md ├── Recursion and backtracking ├── Introduction to Recursion │ ├── 1Introduction to Recursion + Print Decreasing .pdf │ ├── 2Print Increasing.pdf │ ├── 3Print Increasing Decreasing.pdf │ ├── 4Factorial of a no. using recursive function.pdf │ ├── 5power linear function.pdf │ ├── 6Power Logarithmic.pdf │ ├── 7ZIG ZAG PRINTING.pdf │ ├── 8Tower of hanoi.pdf │ ├── Factorial of a no. using recursive function.pdf │ ├── Introduction to Recursion + Print Decreasing .pdf │ ├── Power Logarithmic.pdf │ ├── Print Increasing Decreasing.pdf │ ├── Print Increasing.pdf │ ├── Tower of hanoi.pdf │ ├── ZIG ZAG PRINTING.pdf │ └── power linear function.pdf ├── Recursion in array │ ├── 1Display Array.pdf │ ├── 2Display Array reverse function.pdf │ ├── 3Max of an array.pdf │ ├── 4first index of occurrence.pdf │ ├── 5last index Occurrence.pdf │ ├── 6All indices of an Array.pdf │ ├── All indices of an Array.pdf │ ├── Display Array reverse function.pdf │ ├── Display Array.pdf │ ├── Max of an array.pdf │ ├── first index of occurrence.pdf │ └── last index Occurrence.pdf ├── Recursion in arraylist │ └── Recursion with ArrayList.pdf ├── Recursion on the way up │ └── Recursion on the way Up.pdf └── Recursion-Backtracking │ └── Recursion-Backtracking.pdf ├── Remove leaves of a generic tree.pdf ├── Time Complexity ├── Bubble Sort.pdf ├── Check Duplicate.pdf ├── Count Sort.pdf ├── High frequency Character.pdf ├── Insertion Sort.pdf ├── Merge 2 sorted array.pdf ├── Merge Sort.pdf ├── Partition an Array.pdf ├── Quick Select.pdf ├── Quick Sort.pdf ├── Radix Sort.pdf ├── Recursion questionsRevised.pdf ├── Selection Sort.pdf ├── Sieve of Eratosthenes.pdf ├── Sort Dates.pdf ├── Target Sum pair .pdf ├── Target Sum pair with BST.pdf ├── Target sum triplet.pdf └── Time-Space Complexity.pdf ├── Traversal in a generic tree.pdf ├── height of generic tree.pdf ├── levelOrder Linewise ZigZag in generic tree 2.0.pdf ├── levelOrder Linewise traversal in generic tree 2.0.pdf ├── linearize a generic tree efficient approach.pdf ├── linearize a generic tree.pdf ├── lowest common ancestor in a generic tree.pdf └── size of a generic tree.pdf /Are trees similar in shape.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Are trees similar in shape.pdf -------------------------------------------------------------------------------- /Basics of Programming/1Getting Started.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Basics of Programming/1Getting Started.pdf -------------------------------------------------------------------------------- /Basics of Programming/2Patterns.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Basics of Programming/2Patterns.pdf -------------------------------------------------------------------------------- /Basics of Programming/3Functions and Arrays.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Basics of Programming/3Functions and Arrays.pdf -------------------------------------------------------------------------------- /Basics of Programming/4) 2D Array.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Basics of Programming/4) 2D Array.pdf -------------------------------------------------------------------------------- /Basics of Programming/5String, StringBuilders, ArrayList.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Basics of Programming/5String, StringBuilders, ArrayList.pdf -------------------------------------------------------------------------------- /Distabce between two nodes in a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Distabce between two nodes in a generic tree.pdf -------------------------------------------------------------------------------- /Find in generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Find in generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/1.Introduction to Generic Trees .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/1.Introduction to Generic Trees .pdf -------------------------------------------------------------------------------- /Generic Tree/2.Level Order traversal in generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/2.Level Order traversal in generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/3.level Order linewise traversal in generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/3.level Order linewise traversal in generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/4.ZigZag levelOrder Linewise traversal in generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/4.ZigZag levelOrder Linewise traversal in generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/5.Generic tree constructor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/5.Generic tree constructor.pdf -------------------------------------------------------------------------------- /Generic Tree/Are trees similar in shape.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/Are trees similar in shape.pdf -------------------------------------------------------------------------------- /Generic Tree/Distabce between two nodes in a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/Distabce between two nodes in a generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/Find in generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/Find in generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/Is generic tree symmetric.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/Is generic tree symmetric.pdf -------------------------------------------------------------------------------- /Generic Tree/Maximum of generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/Maximum of generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/Mirror of generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/Mirror of generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/Multisolver for generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/Multisolver for generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/Node to root path in a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/Node to root path in a generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/Remove leaves of a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/Remove leaves of a generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/Traversal in a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/Traversal in a generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/height of generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/height of generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/levelOrder Linewise ZigZag in generic tree 2.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/levelOrder Linewise ZigZag in generic tree 2.0.pdf -------------------------------------------------------------------------------- /Generic Tree/levelOrder Linewise traversal in generic tree 2.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/levelOrder Linewise traversal in generic tree 2.0.pdf -------------------------------------------------------------------------------- /Generic Tree/linearize a generic tree efficient approach.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/linearize a generic tree efficient approach.pdf -------------------------------------------------------------------------------- /Generic Tree/linearize a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/linearize a generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/lowest common ancestor in a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/lowest common ancestor in a generic tree.pdf -------------------------------------------------------------------------------- /Generic Tree/size of a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Generic Tree/size of a generic tree.pdf -------------------------------------------------------------------------------- /Hashmap&Heap/Hashmap and Heap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Hashmap&Heap/Hashmap and Heap.pdf -------------------------------------------------------------------------------- /Is generic tree symmetric.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Is generic tree symmetric.pdf -------------------------------------------------------------------------------- /LINKEDLIST./1-Intro to LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./1-Intro to LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./10-Reverse a LINKEDLIST (Data iterative).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./10-Reverse a LINKEDLIST (Data iterative).pdf -------------------------------------------------------------------------------- /LINKEDLIST./11-Reverse a LINKEDLIST (Pointer Iterative).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./11-Reverse a LINKEDLIST (Pointer Iterative).pdf -------------------------------------------------------------------------------- /LINKEDLIST./12-LINKEDLIST to stack adaptor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./12-LINKEDLIST to stack adaptor.pdf -------------------------------------------------------------------------------- /LINKEDLIST./13-LINKEDLIST to queue adapter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./13-LINKEDLIST to queue adapter.pdf -------------------------------------------------------------------------------- /LINKEDLIST./14-kth NODE from the end of the LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./14-kth NODE from the end of the LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./15-Middle of the LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./15-Middle of the LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./16-Merge two sorted LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./16-Merge two sorted LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./17-Merge Sort a LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./17-Merge Sort a LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./18-Remove duplicate in a sorted LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./18-Remove duplicate in a sorted LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./19-Odd Even LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./19-Odd Even LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./2-Add last in LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./2-Add last in LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./20-k reverse in LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./20-k reverse in LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./21-Display reverse (Recursive).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./21-Display reverse (Recursive).pdf -------------------------------------------------------------------------------- /LINKEDLIST./22-Reverse a LINKEDLIST (Data Recursive).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./22-Reverse a LINKEDLIST (Data Recursive).pdf -------------------------------------------------------------------------------- /LINKEDLIST./23-Reverse a LINKEDLIST (Pointer Recursive).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./23-Reverse a LINKEDLIST (Pointer Recursive).pdf -------------------------------------------------------------------------------- /LINKEDLIST./24-Is LINKEDLIST a Palindrome.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./24-Is LINKEDLIST a Palindrome.pdf -------------------------------------------------------------------------------- /LINKEDLIST./25-Fold a LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./25-Fold a LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./26-0Add two LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./26-0Add two LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./27-intersection point of linkedlist.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./27-intersection point of linkedlist.pdf -------------------------------------------------------------------------------- /LINKEDLIST./3-Display a LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./3-Display a LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./4-Remove First from LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./4-Remove First from LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./5-Get value in LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./5-Get value in LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./6-Add first in LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./6-Add first in LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./7-Add at a index in a LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./7-Add at a index in a LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./8-Remove last in a LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./8-Remove last in a LINKEDLIST.pdf -------------------------------------------------------------------------------- /LINKEDLIST./9-Remove at a index in a LINKEDLIST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/LINKEDLIST./9-Remove at a index in a LINKEDLIST.pdf -------------------------------------------------------------------------------- /Maximum of generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Maximum of generic tree.pdf -------------------------------------------------------------------------------- /Mirror of generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Mirror of generic tree.pdf -------------------------------------------------------------------------------- /Multisolver for generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Multisolver for generic tree.pdf -------------------------------------------------------------------------------- /Node to root path in a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Node to root path in a generic tree.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Crazy-Sexy-DSA 2 | -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/1Introduction to Recursion + Print Decreasing .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/1Introduction to Recursion + Print Decreasing .pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/2Print Increasing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/2Print Increasing.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/3Print Increasing Decreasing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/3Print Increasing Decreasing.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/4Factorial of a no. using recursive function.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/4Factorial of a no. using recursive function.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/5power linear function.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/5power linear function.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/6Power Logarithmic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/6Power Logarithmic.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/7ZIG ZAG PRINTING.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/7ZIG ZAG PRINTING.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/8Tower of hanoi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/8Tower of hanoi.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/Factorial of a no. using recursive function.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/Factorial of a no. using recursive function.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/Introduction to Recursion + Print Decreasing .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/Introduction to Recursion + Print Decreasing .pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/Power Logarithmic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/Power Logarithmic.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/Print Increasing Decreasing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/Print Increasing Decreasing.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/Print Increasing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/Print Increasing.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/Tower of hanoi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/Tower of hanoi.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/ZIG ZAG PRINTING.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/ZIG ZAG PRINTING.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Introduction to Recursion/power linear function.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Introduction to Recursion/power linear function.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion in array/1Display Array.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion in array/1Display Array.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion in array/2Display Array reverse function.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion in array/2Display Array reverse function.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion in array/3Max of an array.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion in array/3Max of an array.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion in array/4first index of occurrence.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion in array/4first index of occurrence.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion in array/5last index Occurrence.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion in array/5last index Occurrence.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion in array/6All indices of an Array.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion in array/6All indices of an Array.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion in array/All indices of an Array.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion in array/All indices of an Array.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion in array/Display Array reverse function.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion in array/Display Array reverse function.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion in array/Display Array.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion in array/Display Array.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion in array/Max of an array.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion in array/Max of an array.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion in array/first index of occurrence.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion in array/first index of occurrence.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion in array/last index Occurrence.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion in array/last index Occurrence.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion in arraylist/Recursion with ArrayList.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion in arraylist/Recursion with ArrayList.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion on the way up/Recursion on the way Up.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion on the way up/Recursion on the way Up.pdf -------------------------------------------------------------------------------- /Recursion and backtracking/Recursion-Backtracking/Recursion-Backtracking.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Recursion and backtracking/Recursion-Backtracking/Recursion-Backtracking.pdf -------------------------------------------------------------------------------- /Remove leaves of a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Remove leaves of a generic tree.pdf -------------------------------------------------------------------------------- /Time Complexity/Bubble Sort.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Bubble Sort.pdf -------------------------------------------------------------------------------- /Time Complexity/Check Duplicate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Check Duplicate.pdf -------------------------------------------------------------------------------- /Time Complexity/Count Sort.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Count Sort.pdf -------------------------------------------------------------------------------- /Time Complexity/High frequency Character.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/High frequency Character.pdf -------------------------------------------------------------------------------- /Time Complexity/Insertion Sort.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Insertion Sort.pdf -------------------------------------------------------------------------------- /Time Complexity/Merge 2 sorted array.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Merge 2 sorted array.pdf -------------------------------------------------------------------------------- /Time Complexity/Merge Sort.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Merge Sort.pdf -------------------------------------------------------------------------------- /Time Complexity/Partition an Array.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Partition an Array.pdf -------------------------------------------------------------------------------- /Time Complexity/Quick Select.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Quick Select.pdf -------------------------------------------------------------------------------- /Time Complexity/Quick Sort.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Quick Sort.pdf -------------------------------------------------------------------------------- /Time Complexity/Radix Sort.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Radix Sort.pdf -------------------------------------------------------------------------------- /Time Complexity/Recursion questionsRevised.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Recursion questionsRevised.pdf -------------------------------------------------------------------------------- /Time Complexity/Selection Sort.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Selection Sort.pdf -------------------------------------------------------------------------------- /Time Complexity/Sieve of Eratosthenes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Sieve of Eratosthenes.pdf -------------------------------------------------------------------------------- /Time Complexity/Sort Dates.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Sort Dates.pdf -------------------------------------------------------------------------------- /Time Complexity/Target Sum pair .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Target Sum pair .pdf -------------------------------------------------------------------------------- /Time Complexity/Target Sum pair with BST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Target Sum pair with BST.pdf -------------------------------------------------------------------------------- /Time Complexity/Target sum triplet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Target sum triplet.pdf -------------------------------------------------------------------------------- /Time Complexity/Time-Space Complexity.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Time Complexity/Time-Space Complexity.pdf -------------------------------------------------------------------------------- /Traversal in a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/Traversal in a generic tree.pdf -------------------------------------------------------------------------------- /height of generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/height of generic tree.pdf -------------------------------------------------------------------------------- /levelOrder Linewise ZigZag in generic tree 2.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/levelOrder Linewise ZigZag in generic tree 2.0.pdf -------------------------------------------------------------------------------- /levelOrder Linewise traversal in generic tree 2.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/levelOrder Linewise traversal in generic tree 2.0.pdf -------------------------------------------------------------------------------- /linearize a generic tree efficient approach.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/linearize a generic tree efficient approach.pdf -------------------------------------------------------------------------------- /linearize a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/linearize a generic tree.pdf -------------------------------------------------------------------------------- /lowest common ancestor in a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/lowest common ancestor in a generic tree.pdf -------------------------------------------------------------------------------- /size of a generic tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProfessorTkd/DSA-Notes/a37550c2c87c2e32475f7aa9a799a693726815b3/size of a generic tree.pdf --------------------------------------------------------------------------------