Algorithms + Data Structures: Stacks and Queues
Stacks and Queues are similar but data retrieval is different. Here I discuss how they are different and how to approach questions are round these two topics.
Stacks and Queues are similar but data retrieval is different. Here I discuss how they are different and how to approach questions are round these two topics.
A deep dive into TypeScript interfaces and how types are linked.
This is a working document of a music app I am creating.
The basics of setting up Tensorflow, and an overview of a few machine learning problems and regression.
A high level overview of what Kaggle is and beginner data science topics.
Here I look into types within TypeScript. What they are, when to use them and how to use them in applications.
Code snippets in Python.
In the last part of this series, I explore Java's built-in data structures.
Dynamic programming requires solving problems by breaking them apart. Here I discuss Dynamic Programming patterns and how to solve problems.
In this part I look at Object Oriented Programming; a way of structing code in Java applications.