Skip to content

buntyke/technical_interview_udacity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity Technical Interview Course

Course notes and problem solutions for Udacity's Technical Interview Course.

Course Layout

The course is divided into several modules. Each module covers one common topic in technical interviews. The layouts are as follows:

  • Introduction and Efficiency: Provided a course overview, introduced the concept of algorithms and discussed about their efficiency.
  • List-based Collections: Discussed the various list-based data structures used in algorithms along with their use cases and implementation details.
  • Searching and Sorting: Discussed binary search, recursion and various sorting algorithms with their relative merits and demerits.
  • Maps and Hashing: Discused the concept of maps and hashing. Concluded the module with an implementation of hash maps.
  • Trees: Discussed terminology, traversal and different types of tree like data structures.
  • Graphs: Discussed terminology and different types of graph data structures.
  • Case Studies in Algorithms: Discussed few common algorithms asked about in interviews along with solutions.
  • Technical Interview: Discussed various steps for approaching a problem during a technical interview.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages