Giter VIP home page Giter VIP logo

fantastic-umbrella's Introduction

Coding Interview Bootcamp Solutions

This repository contains solutions to a paid Udemy course. If the course instructor takes issue about sharing these solutions, contact me and ill private the repo.

Link: Coding Interview Bootcamp - Udemy

Description: If you're nervous about your first coding interview, or anxious about applying to your next job, this is the course for you. I got tired of interviewers asking tricky questions that can only be answered if you've seen the problem before, so I made this course! This video course will teach you the most common interview questions that you'll see in a coding interview, giving you the tools you need to ace your next whiteboard interview.

Sections

  • Section 1: Get Started Here!
  • Section 2: A Touch of Setup
  • Section 3: String Reversal
  • Section 4: Palindromes
  • Section 5: Integer Reversal
  • Section 6: MaxChars
  • Section 7: The Classic FizzBuzz!
  • Section 8: Array Chunking
  • Section 9: Anagrams
  • Section 10: Sentence Capitalization
  • Section 11: Printing Steps
  • Section 12: Two Sided Steps - Pyramids
  • Section 13: Find The Vowels
  • Section 14: Enter the Matrix Spiral
  • Section 15: Runtime Complexity
  • Section 16: Runtime Complexity in Practice - Fibonacci
  • Section 17: The Queue
  • Section 18: Underwater Queue Weaving
  • Section 19: Stack 'Em Up With Stacks
  • Section 20: Two Become One
  • Section 21: Linked Lists
  • Section 22: Find the Midpoint
  • Section 23: Circular Lists?
  • Section 24: Step Back From the Tail
  • Section 25: Building a Tree
  • Section 26: Tree Width with Level Width
  • Section 27: My Best Friend, Binary Search Trees
  • Section 28: Validating a Binary Search Tree
  • Section 29: Back to Javascript - Events
  • Section 30: Building Twitter - A Design Question
  • Section 31: Sorting With BubbleSort
  • Section 32: Sort By Selection
  • Section 33: Ack, MergeSort!
  • Section 34: Extras

P.S. I even used JavaScript to scrape this list from udemy:

const elements = document.querySelectorAll('span.truncate-with-tooltip--ellipsis--2-jEx[style="-webkit-line-clamp: 2;"]');

elements.forEach(element => {
    console.log(element.textContent);
});

Yoink it if you need it!

fantastic-umbrella's People

Contributors

callumas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.