Darshna RekhaAlgorithms with JS: Dynamic ProgrammingDynamic Programming is an optimisation technique that involves caching. In this blog we get started with its basic understanding.Oct 7Oct 7
Darshna RekhaAlgorithms with JS: Sorting AlgorithmsSorting algorithms — coding with JavaScriptJun 17Jun 17
Darshna RekhaAlgorithms with JS: SortingSorting is important — “Data is sorted” makes and breaks an interview.Jun 17Jun 17
Darshna RekhaAlgorithms with JS: RecursionRecursion is not technically an algorithm but it is used a lot in other algorithms. It is a concept.Jun 5Jun 5
Darshna RekhaAlgorithms with JavaScriptAlgorithms are steps in a process that we take to perform the desired action with computers. They allow us to use data structures…Jun 5Jun 5
Darshna RekhaThe Year 2023 With BooksHave you faced a reading block? Do you have a coping mechanism from reading block? Do you feel despite reading a lot nothing sticks?Jan 13Jan 13
Darshna RekhaDS with JS: GraphsThis is the last for the series DS with JS. Learn about Graphs, their types, representation and finally the implementation in JavaScript.Dec 16, 2023Dec 16, 2023
Darshna RekhaBinary HeapsLet us get theoretical with binary heaps. We will see its types, insertion, deletion, heap sort and when to use it.Dec 10, 2023Dec 10, 2023
Darshna RekhaDS with JS — TreesTrees are similar to the trees 🌳 in nature with one subtle difference — the trees we are going to learn are upside down.May 27, 2023May 27, 2023
Darshna RekhaBinary Search TreeBinary Search Tree is great for the comparable data. Let us explore the operations & implementation with JavaScript.May 27, 2023May 27, 2023