Nilesh SainiSquare Root of an Integer in JavaScriptDifferent approaches to solve the problemJun 7, 2022Jun 7, 2022
Nilesh SainiFixed Point in a Given Array in JavascriptA value equal to its indexMay 31, 20221May 31, 20221
Nilesh SainiSearch an Element in a Sorted and Rotated Array in JavaScriptDifferent approaches to solve this problemJun 1, 2022Jun 1, 2022
Nilesh SainiFirst and Last Position of an Element in a Sorted Array in JavaScriptDifferent approaches to solve the problemMay 31, 20221May 31, 20221
Nilesh SainiBFS in JavaScript (Data Structures)Short and Precise Js code to do Breadth-first Search in a BSTMay 8, 2022May 8, 2022
Nilesh SainiDFS in JavaScript (Data Structures)Short and Precise Js code to do Depth-first Search in a BSTMay 8, 2022May 8, 2022
Nilesh SainiReverse an Array in JavaScriptDifferent methods to reverse the array elements using JavaScriptMay 8, 2022May 8, 2022
Nilesh SainiMaximum And Minimum Elements Of An ArrayDifferent methods to find the maximum and then minimum element of an arrayMay 22, 2022May 22, 2022
Nilesh SainiKth Maximum and Minimum in an ArrayDifferent methods to find kth max and min in an arrayMay 22, 2022May 22, 2022
InTowards DevbyNilesh SainiSort an array of 0s, 1s and 2s without using any sorting algorithm in JavaScriptDutch national flag problemMay 23, 20221May 23, 20221
InTowards DevbyNilesh SainiMove all negative numbers to the beginning of an array in JavaScriptUsing Constant SpaceMay 27, 20221May 27, 20221
Nilesh SainiRotate the array to the right by k steps in JavaScriptDifferent approaches to solve the problemMay 28, 2022May 28, 2022