Skip to content

Firakef1/CSEC-CPD-Leetcode-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

147 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode

LeetCode Topics

Array

0033-search-in-rotated-sorted-array
0053-maximum-subarray
0074-search-a-2d-matrix
0164-maximum-gap
0167-two-sum-ii-input-array-is-sorted
0283-move-zeroes
0303-range-sum-query-immutable
0566-reshape-the-matrix
0643-maximum-average-subarray-i
0661-image-smoother
0861-flipping-an-image
0898-transpose-matrix
1482-how-many-numbers-are-smaller-than-the-current-number
1603-running-sum-of-1d-array
1951-find-the-winner-of-the-circular-game
2277-count-equal-and-divisible-pairs-in-an-array
2551-apply-operations-to-an-array

Matrix

0074-search-a-2d-matrix
0566-reshape-the-matrix
0661-image-smoother
0861-flipping-an-image
0898-transpose-matrix

Math

0002-add-two-numbers
0043-multiply-strings
0258-add-digits
1236-n-th-tribonacci-number
1951-find-the-winner-of-the-circular-game

Recursion

0002-add-two-numbers
0024-swap-nodes-in-pairs
1951-find-the-winner-of-the-circular-game

Queue

1951-find-the-winner-of-the-circular-game

Simulation

0043-multiply-strings
0258-add-digits
0566-reshape-the-matrix
0861-flipping-an-image
0898-transpose-matrix
1951-find-the-winner-of-the-circular-game
2551-apply-operations-to-an-array

Two Pointers

0061-rotate-list
0167-two-sum-ii-input-array-is-sorted
0283-move-zeroes
0344-reverse-string
0861-flipping-an-image
2551-apply-operations-to-an-array

String

0043-multiply-strings
0344-reverse-string

Bit Manipulation

0861-flipping-an-image

Number Theory

0258-add-digits

Binary Search

0033-search-in-rotated-sorted-array
0074-search-a-2d-matrix
0167-two-sum-ii-input-array-is-sorted

Sorting

0164-maximum-gap
1482-how-many-numbers-are-smaller-than-the-current-number

Bucket Sort

0164-maximum-gap

Radix Sort

0164-maximum-gap

Hash Table

1482-how-many-numbers-are-smaller-than-the-current-number

Counting Sort

1482-how-many-numbers-are-smaller-than-the-current-number

Sliding Window

0643-maximum-average-subarray-i

Prefix Sum

0303-range-sum-query-immutable
1603-running-sum-of-1d-array

Design

0303-range-sum-query-immutable
0838-design-linked-list

Linked List

0002-add-two-numbers
0023-merge-k-sorted-lists
0024-swap-nodes-in-pairs
0061-rotate-list
0083-remove-duplicates-from-sorted-list
0838-design-linked-list

Divide and Conquer

0023-merge-k-sorted-lists
0053-maximum-subarray

Heap (Priority Queue)

0023-merge-k-sorted-lists

Merge Sort

0023-merge-k-sorted-lists

Dynamic Programming

0053-maximum-subarray
1236-n-th-tribonacci-number

Memoization

1236-n-th-tribonacci-number

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages