Giter VIP home page Giter VIP logo

compprog's Introduction

Array

0075-sort-colors
2148-minimum-number-of-moves-to-seat-everyone
0917-boats-to-save-people
0982-minimum-increment-to-make-array-unique
0330-patching-array
1675-magnetic-force-between-two-balls
1138-grumpy-bookstore-owner
1370-count-number-of-nice-subarrays
0153-find-minimum-in-rotated-sorted-array
1549-longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit
0033-search-in-rotated-sorted-array
0300-longest-increasing-subsequence

Two Pointers

0075-sort-colors
0165-compare-version-numbers
0633-sum-of-square-numbers
0917-boats-to-save-people
2128-reverse-prefix-of-word

Sorting

0075-sort-colors
0917-boats-to-save-people
0982-minimum-increment-to-make-array-unique
1675-magnetic-force-between-two-balls
2148-minimum-number-of-moves-to-seat-everyone
2379-maximum-total-importance-of-roads

Greedy

0330-patching-array
0917-boats-to-save-people
0982-minimum-increment-to-make-array-unique
1285-balance-a-binary-search-tree
2148-minimum-number-of-moves-to-seat-everyone
2379-maximum-total-importance-of-roads

String

0165-compare-version-numbers
2128-reverse-prefix-of-word

Linked List

0237-delete-node-in-a-linked-list

Counting

0982-minimum-increment-to-make-array-unique

Math

0633-sum-of-square-numbers
1370-count-number-of-nice-subarrays

Binary Search

0033-search-in-rotated-sorted-array
0153-find-minimum-in-rotated-sorted-array
0633-sum-of-square-numbers
1675-magnetic-force-between-two-balls

Sliding Window

1138-grumpy-bookstore-owner
1370-count-number-of-nice-subarrays
1549-longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit

Hash Table

1370-count-number-of-nice-subarrays

Queue

1549-longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit

Heap (Priority Queue)

1549-longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit
2379-maximum-total-importance-of-roads

Ordered Set

1549-longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit

Monotonic Queue

1549-longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit

Divide and Conquer

1285-balance-a-binary-search-tree

Tree

0199-binary-tree-right-side-view
1285-balance-a-binary-search-tree

Depth-First Search

0199-binary-tree-right-side-view
1285-balance-a-binary-search-tree

Binary Search Tree

0300-longest-increasing-subsequence
1285-balance-a-binary-search-tree

Binary Tree

0199-binary-tree-right-side-view
1285-balance-a-binary-search-tree

Graph

1916-find-center-of-star-graph
2379-maximum-total-importance-of-roads

Breadth-First Search

0199-binary-tree-right-side-view

Dynamic Programming

0300-longest-increasing-subsequence

LeetCode Topics

Array

0084-largest-rectangle-in-histogram
0239-sliding-window-maximum
0309-best-time-to-buy-and-sell-stock-with-cooldown
0518-coin-change-ii
0624-maximum-distance-in-arrays
0870-magic-squares-in-grid
1063-best-sightseeing-pair
1333-sort-the-jumbled-numbers
1616-minimum-difference-between-largest-and-smallest-value-in-three-moves
1711-find-valid-matrix-given-row-and-column-sums
2067-maximum-number-of-points-with-cost
2419-subarray-with-elements-greater-than-varying-threshold

Greedy

0624-maximum-distance-in-arrays
1616-minimum-difference-between-largest-and-smallest-value-in-three-moves
1711-find-valid-matrix-given-row-and-column-sums
1818-maximum-score-from-removing-substrings

Sorting

1333-sort-the-jumbled-numbers
1616-minimum-difference-between-largest-and-smallest-value-in-three-moves

Linked List

2299-merge-nodes-in-between-zeros

Simulation

1642-water-bottles
2299-merge-nodes-in-between-zeros

Math

0273-integer-to-english-words
0870-magic-squares-in-grid
1642-water-bottles

String

0038-count-and-say
0097-interleaving-string
0273-integer-to-english-words
0647-palindromic-substrings
1250-longest-common-subsequence
1756-minimum-deletions-to-make-string-balanced
1818-maximum-score-from-removing-substrings

Stack

0084-largest-rectangle-in-histogram
1756-minimum-deletions-to-make-string-balanced
1818-maximum-score-from-removing-substrings
2419-subarray-with-elements-greater-than-varying-threshold

Depth-First Search

0207-course-schedule
0235-lowest-common-ancestor-of-a-binary-search-tree
0684-redundant-connection

Breadth-First Search

0207-course-schedule
0684-redundant-connection

Graph

0207-course-schedule
0684-redundant-connection

Topological Sort

0207-course-schedule

Union Find

0684-redundant-connection
2419-subarray-with-elements-greater-than-varying-threshold

Dynamic Programming

0097-interleaving-string
0309-best-time-to-buy-and-sell-stock-with-cooldown
0518-coin-change-ii
0647-palindromic-substrings
1063-best-sightseeing-pair
1250-longest-common-subsequence
1756-minimum-deletions-to-make-string-balanced
2067-maximum-number-of-points-with-cost

Matrix

0870-magic-squares-in-grid
1711-find-valid-matrix-given-row-and-column-sums

Tree

0235-lowest-common-ancestor-of-a-binary-search-tree

Binary Search Tree

0235-lowest-common-ancestor-of-a-binary-search-tree

Binary Tree

0235-lowest-common-ancestor-of-a-binary-search-tree

Recursion

0273-integer-to-english-words

Hash Table

0870-magic-squares-in-grid

Two Pointers

0647-palindromic-substrings

Monotonic Stack

0084-largest-rectangle-in-histogram
2419-subarray-with-elements-greater-than-varying-threshold

Queue

0239-sliding-window-maximum

Sliding Window

0239-sliding-window-maximum

Heap (Priority Queue)

0239-sliding-window-maximum

Monotonic Queue

0239-sliding-window-maximum

compprog's People

Contributors

tarun-bandi 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.