NicholasSum of the first nth term of Series in JavascriptThis problem took me a little time to understand due to the fact that it is very math intensive. For the most part this problem wants you…Apr 21, 2021Apr 21, 2021
NicholasBest Time to Buy and Sell StocksHere we go again with another algorithm problem. This problem is called “Best time to Buy and Sell Stocks”.Apr 13, 2021Apr 13, 2021
NicholasFinding the Unique NumberAs I am getting ready for interview I have been practicing algorithm problems and the problem that we will be dissecting is finding a…Apr 8, 2021Apr 8, 2021
NicholasFour Pillars of Object Oriented ProgrammingWhen you are learning how to program one of the popular concepts that will come up a lot is object oriented programming (OOP). I learned…Mar 31, 20211Mar 31, 20211
NicholasUsing Launch School’s PEDACRecently I just went through my first coding interview and it did not go so well. I can’t speak for all other coding newbies, but at least…Mar 25, 2021Mar 25, 2021
NicholasBreadth First Search vs Depth First Search in a Binary SearchTreeIn the previous article I talked about Binary Search Trees (BST). In this article I will discuss two popular methods thats that are used…Mar 19, 2021Mar 19, 2021
NicholasBinary Search Tree using JavascriptBinary Search Trees are Data Structures that are useful for sorting a bunch of comparable keys into nodes of the tree. Binary Search Trees…Mar 12, 2021Mar 12, 2021
NicholasA History of ReactFrom 2008 to 2013 was a very important time period for web development. With the rising popularity with the internet and social media…Dec 1, 2020Dec 1, 2020
NicholasMVPWhen developing a project there are many things to to consider. What color the background should be? What features do you think would make…Oct 20, 2020Oct 20, 2020
NicholasValidationsWhen writing a form there are many different types of data that you can receive, however not all of the data you receive may be data that…Sep 30, 2020Sep 30, 2020