A collection of 7 Data Structures & Algorithms problems solved collaboratively.
- Chandhan G
- Kumarswamy S
- Dharshan P Hegde
- Sanketh P
Array ---- Find the triplet that sum to a given value
String ---- Program to generate all possible valid IP addresses from given string.
Searching and sorting --- Search in a rotated sorted array
Linkedlist --- Check if a linked list is a circular linked list.
Binary tree --- Construct Binary tree from Inorder and preorder traversal
Binary Search Tree --- Find the median of BST in O(n) time and O(1) space
Stack and queue --- Check the expression has valid or Balanced parenthesis or not.
- Language: C++, C, Javascript
- Collaboration: GitHub, Git