Tech Interview CheatSheet - Trees
Overview of Trees, including depth first search (DFS), breadth first search (BFS), Binary Search Trees & Self Balancing Trees.
Johan ZietsmanI'm Johan Zietsman, and welcome to my software blog, where I'm committed to sharing valuable insights, best practices, and in-depth tutorials.
Overview of Trees, including depth first search (DFS), breadth first search (BFS), Binary Search Trees & Self Balancing Trees.
Johan ZietsmanIn Part 1 of this series I looked at common search and sorting algorithms used on Lists [https://johanzietsman.com/tech-interview-cheatsheet-lists-search-sort/]. This post will look at Hash functions and how they are applied to Sets and Maps to offer constant time lookup performance. Hash Functions…
Johan ZietsmanAn overview of Binary Search algorithms, including Bubble, Merge and Quick Sort.
Johan ZietsmanDo you need to setup Single Sign-on (SSO) for a microservice architecture?
Johan Zietsman