Byte-Sized-Chunks: Stacks, Queues, Binary Trees, Heaps
- 5
Brief Introduction
A visual way to master basic data structures for strong fundamentals!Description
Note: This course is a subset of our much longer course 'From 0 to 1: Data Structures & Algorithms' so please don't sign up for both:-)
This is an animated, visual and spatial way to learn data structures and algorithms
- Our brains process different types of information differently - evolutionarily we are wired to absorb information best when it is visual and spatial i.e. when we can close our eyes and see it
- More than most other concepts, Data Structures and Algorithms are best learnt visually. These are incredibly easy to learn visually, very hard to understand most other ways
- This course has been put together by a team with tons of everyday experience in thinking about these concepts and using them at work at Google, Microsoft and Flipkart
What's Covered:
- Big-O notation and complexity
- Stacks
- Queues
- Trees
- Heaps
Requirements
- Requirements
- Basic knowledge of programming is assumed, preferably in Java