Code Monkey home page Code Monkey logo

neetcode150's Introduction

Neetcode150

Progression

Progress

Exercises to redo:

  • 3-Two_sum
  • 4-Group_Anagrams
  • 6-Product_of_array_except_self
  • 7-Valid_Sudoku
  • 9-Longuest_consecutive_sequence

Two Pointers:

  • 10-Valid Palindrome
  • 12-ThreeSum
  • 14-Tapping_Rainwater

Sliding Window:

  • 15-Best Time to Buy and Sell Stock
  • 17-Longest Repeating Character Replacement
  • 18-Permutation_In_string
  • 20-Sliding Window Maximum

Stack

  • 21-Valid_parenthesis
  • 24-Generate_Parenthesis
  • 25-Daily_temperatures
  • 26-Car_Fleet
  • 27-largest_rectangle_area

Binary search

Can be detected with log(n) complexity

  • 31-koko_eating_bananas
  • 32-Search_rotating_array
  • 35-Median_of_2_sorte_arrays

Linked List:

  • 32 - Reverse linked list
  • 34 - Reorder list
  • 39 - Find duplicate number
  • 40 - LRU cache
  • 42 - Reverse K Groups

Tree

  • 45- Diameter of binary Tree
  • 46- Balanced binary tree
  • 49-Lowest_common_ancestor_BST

#Backtracking

  • 67-subsets

Graphs

  • 76-Visited_island

1-D Dynamic Programming:

  • 95-Climbing stairs

2-D Dynamic Programming

-107- Unique Paths

neetcode150's People

Contributors

peterbonnesoeur 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.