Skip to content

It consists of all my solution of 6 Companies 30 Days challenge. Total 90 Questions to be covered in 30 Days with 15 Questions per company updating every 5 days.

Notifications You must be signed in to change notification settings

Satyabrat-Ojha/6_Companies_30_Days_Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Array

0268-missing-number
0300-longest-increasing-subsequence
0139-word-break
0216-combination-sum-iii
0198-house-robber
0055-jump-game
0200-number-of-islands
0435-non-overlapping-intervals
0026-remove-duplicates-from-sorted-array

Hash Table

0268-missing-number
0139-word-break
0133-clone-graph
0141-linked-list-cycle

Math

0268-missing-number
0062-unique-paths

Binary Search

0268-missing-number
0300-longest-increasing-subsequence

Bit Manipulation

0268-missing-number

Sorting

0268-missing-number
0435-non-overlapping-intervals

Dynamic Programming

0300-longest-increasing-subsequence
1250-longest-common-subsequence
0139-word-break
0198-house-robber
0091-decode-ways
0062-unique-paths
0055-jump-game
0435-non-overlapping-intervals

String

1250-longest-common-subsequence
0139-word-break
0091-decode-ways

Trie

0139-word-break

Memoization

0139-word-break

Backtracking

0216-combination-sum-iii

Combinatorics

0062-unique-paths

Greedy

0055-jump-game
0435-non-overlapping-intervals

Database

1908-recyclable-and-low-fat-products
0584-find-customer-referee
1258-article-views-i
1827-invalid-tweets
1509-replace-employee-id-with-the-unique-identifier
1153-product-sales-analysis-i
1724-customer-who-visited-but-did-not-make-any-transactions
0197-rising-temperature
1415-students-and-examinations
0570-managers-with-at-least-5-direct-reports
1801-average-time-of-process-per-machine
2087-confirmation-rate
0620-not-boring-movies
1390-average-selling-price
1338-queries-quality-and-percentage
1317-monthly-transactions-i
1292-immediate-food-delivery-ii
1182-game-play-analysis-iv
1155-product-sales-analysis-iii
1877-find-followers-count
0619-biggest-single-number
1135-customers-who-bought-all-products
1882-the-number-of-employees-which-report-to-each-employee
1942-primary-department-for-each-employee
0610-triangle-judgement
0180-consecutive-numbers
1278-product-price-at-a-given-date
2057-count-salary-categories

Depth-First Search

0133-clone-graph
0207-course-schedule
0200-number-of-islands

Breadth-First Search

0133-clone-graph
0207-course-schedule
0200-number-of-islands

Graph

0133-clone-graph
0207-course-schedule

Topological Sort

0207-course-schedule

Union Find

0200-number-of-islands

Matrix

0200-number-of-islands

Linked List

0206-reverse-linked-list
0141-linked-list-cycle
0021-merge-two-sorted-lists
0023-merge-k-sorted-lists
0019-remove-nth-node-from-end-of-list

Recursion

0206-reverse-linked-list
0021-merge-two-sorted-lists

Two Pointers

0141-linked-list-cycle
0019-remove-nth-node-from-end-of-list
0026-remove-duplicates-from-sorted-array

Divide and Conquer

0023-merge-k-sorted-lists

Heap (Priority Queue)

0023-merge-k-sorted-lists

Merge Sort

0023-merge-k-sorted-lists

LeetCode Topics

Array

0079-word-search
0347-top-k-frequent-elements
0212-word-search-ii
0106-construct-binary-tree-from-inorder-and-postorder-traversal

String

0079-word-search
0208-implement-trie-prefix-tree
0211-design-add-and-search-words-data-structure
0212-word-search-ii
0297-serialize-and-deserialize-binary-tree

Backtracking

0079-word-search
0212-word-search-ii

Matrix

0079-word-search
0212-word-search-ii

Hash Table

0347-top-k-frequent-elements
0208-implement-trie-prefix-tree
0106-construct-binary-tree-from-inorder-and-postorder-traversal

Divide and Conquer

0347-top-k-frequent-elements
0106-construct-binary-tree-from-inorder-and-postorder-traversal

Sorting

0347-top-k-frequent-elements
0295-find-median-from-data-stream

Heap (Priority Queue)

0347-top-k-frequent-elements
0295-find-median-from-data-stream

Bucket Sort

0347-top-k-frequent-elements

Counting

0347-top-k-frequent-elements

Quickselect

0347-top-k-frequent-elements

Two Pointers

0295-find-median-from-data-stream

Design

0295-find-median-from-data-stream
0208-implement-trie-prefix-tree
0211-design-add-and-search-words-data-structure
0297-serialize-and-deserialize-binary-tree

Data Stream

0295-find-median-from-data-stream

Trie

0208-implement-trie-prefix-tree
0211-design-add-and-search-words-data-structure
0212-word-search-ii

Depth-First Search

0211-design-add-and-search-words-data-structure
0104-maximum-depth-of-binary-tree
0226-invert-binary-tree
0124-binary-tree-maximum-path-sum
0297-serialize-and-deserialize-binary-tree
0572-subtree-of-another-tree
0098-validate-binary-search-tree
0230-kth-smallest-element-in-a-bst
0235-lowest-common-ancestor-of-a-binary-search-tree

Tree

0104-maximum-depth-of-binary-tree
0226-invert-binary-tree
0124-binary-tree-maximum-path-sum
0297-serialize-and-deserialize-binary-tree
0572-subtree-of-another-tree
0106-construct-binary-tree-from-inorder-and-postorder-traversal
0098-validate-binary-search-tree
0230-kth-smallest-element-in-a-bst
0235-lowest-common-ancestor-of-a-binary-search-tree

Breadth-First Search

0104-maximum-depth-of-binary-tree
0226-invert-binary-tree
0297-serialize-and-deserialize-binary-tree

Binary Tree

0104-maximum-depth-of-binary-tree
0226-invert-binary-tree
0124-binary-tree-maximum-path-sum
0297-serialize-and-deserialize-binary-tree
0572-subtree-of-another-tree
0106-construct-binary-tree-from-inorder-and-postorder-traversal
0098-validate-binary-search-tree
0230-kth-smallest-element-in-a-bst
0235-lowest-common-ancestor-of-a-binary-search-tree

Dynamic Programming

0124-binary-tree-maximum-path-sum

String Matching

0572-subtree-of-another-tree

Hash Function

0572-subtree-of-another-tree

Binary Search Tree

0098-validate-binary-search-tree
0230-kth-smallest-element-in-a-bst
0235-lowest-common-ancestor-of-a-binary-search-tree

Database

2127-employees-whose-manager-left-the-company

About

It consists of all my solution of 6 Companies 30 Days challenge. Total 90 Questions to be covered in 30 Days with 15 Questions per company updating every 5 days.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages