[LeetCode]Delete Node in a Linked ListThis problem from Leet code was in the Top 100 Interview Questions list recommended by the site. If you understand what a linked list is…Nov 17, 2020Nov 17, 2020
What is Redux?Redux is a state container for JavaScript applications. I’ve most commonly seen it used in tandem with react, to make state management…Nov 11, 2020Nov 11, 2020
Finally Got my Computer back!!After almost a month of not being able to work on projects and having to do all my algorithm and data structure practice work on my…Oct 29, 2020Oct 29, 2020
Data Structures: Stacks and QueuesStacks and Queues are both pretty similar. Both are better than an array for inserting and removal. When you would implement a stack over…Oct 21, 2020Oct 21, 2020
ಥ_ಥ Computer Still Being RepairedMy computer’s screen has unexpectedly broke almost 2.5 weeks ago and I sent it in to the shop to get repaired immediately. It has been a…Oct 21, 2020Oct 21, 2020
Algorithms 101 MergeSortPrompt: Given an array of integers, sort that array without using the built in sort method.Oct 6, 2020Oct 6, 2020