Code Monkey home page Code Monkey logo

neetcode150's Introduction

neetcode150

These are the reviews for the 150 questions in Neetcode.

Each question has different attempts / answers.

Why ? ๐Ÿค”

Because the perfect solution without any comment line does not have value to a beginner.

Seeing how someone attempts to solve a problem (and fails to do so) is precious.

Fail forward.

Keep going.

Categories

Arrays & Hashing

Starts With -> 001.containsDuplicate.py

Ends With -> 009.longestConsecutive.py

Two Pointers

Starts With -> 010.valid_palindrome.py

Ends With -> 014.trapping_rain_water.py

Stack

Starts With -> 015.valid_parenthesis.py

Ends With -> 021.largest_rectangle_in_histogram.py

Binary Search

Starts With -> 022.binary_search.py

Ends With -> 028.median_of_two_sorted_arrays.py

Sliding Window

Starts With -> 029.best_time_to_buy_and_sell_stock.py

Ends With -> 034.sliding_window_maximum.py

Linked List

Starts With -> 035.reverse_linked_list.py

Ends With -> 045.reverse_nodes_in_k_group.py

Trees

Starts With -> 046.invert_binary_tree.py

Ends With -> 060.serialize_and_deserialize_binary_tree.py

Tries

Starts With -> 061.implement_trie_prefix_tree.py

Ends With -> 063.word_search_2.py

Backtracking

Starts With -> 064.subsets.py

Ends With -> 072.n_queens.py

Heap / Priority Queue

Starts With -> 073.kth_largest_element_in_a_stream.py

Ends With -> 079.find_median_from_data_stream.py

Graphs

Starts With -> 080.number_of_islands.py

Ends With -> 092.word_ladder.py

1-D Dynamic Programming

Starts With -> 093.climbing_stairs.py

Ends With -> 104.partition_equal_subset_sum.py

Intervals

Starts With -> 105.insert_interval.py

Ends With -> 110.minimum_interval_to_include_each_query.py

Greedy

Starts With -> 111.maximum_subarray.py

Ends With -> 118.valid_parenthesis_string.py

Advanced Graphs

Starts With -> 119.reconstruct_itinerary.py

Ends With -> 124.cheapest_flights_within_k_stops.py

2-D Dynamic Programming

Starts With -> 125.unique_paths.py

Ends With -> 135.regular_expression_matching.py

Bit Manipulation

Starts With -> 136.single_number.py

Ends With -> 142.reverse_integer.py

Math & Geometry

Starts With -> 143.rotate_image.py

Ends With -> 150.detect_squares.py

neetcode150's People

Contributors

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