Data structures and Algorithms Bootcamp

Go to class
Write Review

Free Online Course: Data structures and Algorithms Bootcamp provided by Skillshare is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Data structures and Algorithms Bootcamp is taught by Carmen Mitru.

Overview
  • If you are interested to learn more about data structures and algorithms or you are preparing for an interview this course is the best option, doesn't matter the programming language you choose. You will learn how to approach a problem and how to write clean and efficient code so you could pass any interview at any company. 

    PS : I am still posting new lectures.

    Topics: 

    • Arrays  
    • Maps 
    • Linked Lists  
    • Stacks 
    • Queues and Priority Queues
    • Graphs 
    • Trees
    • Dynamic Programming 

     

Syllabus
    • Welcome!
    • Setting Up
    • 1d&2d Arrays
    • Two Pointers Technique
    • Time Planner
    • Binary Search
    • Binary Search Implementation
    • Introduction to Hashtables
    • Hashtables in Java
    • Introduction to Stacks
    • Evaluate Reverse Polish Notation
    • Robot Return To Origin
    • GraphsIntroduction
    • BFS
    • DFS
    • CountIslands
    • Group Anagrams
    • Dynamic Programming- Unique Paths