InCodeXbyCrack FAANGAlgorithms PrimerThere are a few fundamental algorithms that you will encounter frequently and are considered important for developers and all tech roles.Jan 18, 2022Jan 18, 2022
InCodeXbyCrack FAANGData Structures PrimerDepending on what you’re optimizing for, there are many different approaches to holding or organizing your data.Jan 18, 2022Jan 18, 2022
InCodeXbyCrack FAANGIntroduction to System Design Interview QuestionsBeing able to see the big picture from a high level is a skill required for success in any role in the Tech industry.Jan 17, 2022Jan 17, 2022
InGeek CulturebyCrack FAANGPractical Applications of AlgorithmsLet us solve some practical problems faced by Tech firms and products by developing the appropriate algorithms for the problem.Jan 17, 2022Jan 17, 2022
InGeek CulturebyCrack FAANGObject-Oriented ProgrammingOOP organizes computer code into objects. This is different from conventional programming, where programs are just a sequence of tasks.Jan 16, 2022Jan 16, 2022
InGeek CulturebyCrack FAANGRecursionIf a function can call other functions, then it can call itself. This is called recursion.Jan 16, 2022Jan 16, 2022
InInterviewNoodlebyCrack FAANGThe Big O NotationIt is, quite literally, the language we use to express efficiency. Big O will allow you to understand the tradeoff of different features.Jan 16, 2022Jan 16, 2022