DSA-Bootcamp-Java
DSA-Bootcamp-Java copied to clipboard
This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.
##solutions file 01-flow-of-program.md part of pseudocode I will send flowChart in answer in a separate file
updated ``` git branch -YourBranchName- git checkout -YourBranchName- ```` to ``` git checkout -b -YourBranchName- ```
I changed the order to 1. Find minimum in rotated sorted array 2. search in rotated sorted array 3. search in rotated sorted array II
Maths handwritten notes added.
the loop is executing 1 extra time, hence giving the next value of the required one.