Jeet Sarkar
Jeet Sarkar
## 🚀 Feature Jump Search is a searching algorithm for sorted arrays. The basic idea is to check fewer elements (than linear search) by jumping ahead by fixed steps or...
## 🚀 Feature Given an array, rotate the array to the right by k steps, where k is non-negative. ### Have you read the Contribution Guidelines? YES ## Pitch An...
## 🚀 Feature Given two integer arrays nums1 and nums2, return an array of their intersection. Each element in the result must be unique. ### Have you read the Contribution...
## Have you read the Contribution Guidelines? YES ## Description Added jump search cpp code in cpp folder and also updated the readme file ## Checklist - [x] I've read...
## Have you read the Contribution Guidelines? YES ## Description Added cpp code for Spiral traversal of a 2D matrix in cpp folder and also updated the readme file ##...
## Have you read the Contribution Guidelines? YES ## Description Added cpp code for Array rotation and also added this into the list in readme file. ## Checklist - [x]...
## 🚀 Feature A 2D matrix will be given and you have to traverse the whole matrix in Spiral form ### Have you read the Contribution Guidelines? YES ## Pitch...