Skip to content

shane-Coder/DailyCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

754 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DailyCode

Daily Problem of the Day Solutions

This repository contains my daily submissions for Problem Of The Day (POTD) challenges from LeetCode and GeeksForGeeks (GFG). Each problem is accompanied by a clean, well-documented solution, written to enhance code clarity and efficiency. The purpose of this repo is to track my progress, explore new problem-solving techniques, and share optimal solutions with the community.

Highlights: -->>Solutions to a wide variety of problems from LeetCode and GFG -->>Clean and efficient code with detailed comments -->>Updated daily with new problem solutions -->>Suitable for those preparing for coding interviews or improving problem-solving skills

Feel free to explore, learn, and contribute!

LeetCode Topics

Math

0670-maximum-swap
3511-find-the-winning-player-in-coin-game

Simulation

1667-find-kth-bit-in-nth-binary-string
2800-minimum-string-length-after-removing-substrings
3511-find-the-winning-player-in-coin-game

Game Theory

3511-find-the-winning-player-in-coin-game

Array

0632-smallest-range-covering-elements-from-k-lists
1002-maximum-width-ramp
1923-sentence-similarity-iii
2054-the-number-of-the-smallest-unoccupied-chair
2170-count-number-of-maximum-bitwise-or-subsets
2488-divide-intervals-into-minimum-number-of-groups
2616-maximal-score-after-applying-k-operations

Two Pointers

1923-sentence-similarity-iii
2488-divide-intervals-into-minimum-number-of-groups
3195-separate-black-and-white-balls

String

1197-parsing-a-boolean-expression
1667-find-kth-bit-in-nth-binary-string
1923-sentence-similarity-iii
2800-minimum-string-length-after-removing-substrings
3195-separate-black-and-white-balls

Stack

1002-maximum-width-ramp
1197-parsing-a-boolean-expression
2800-minimum-string-length-after-removing-substrings

Monotonic Stack

1002-maximum-width-ramp

Hash Table

0632-smallest-range-covering-elements-from-k-lists
2054-the-number-of-the-smallest-unoccupied-chair

Heap (Priority Queue)

0632-smallest-range-covering-elements-from-k-lists
2054-the-number-of-the-smallest-unoccupied-chair
2488-divide-intervals-into-minimum-number-of-groups
2616-maximal-score-after-applying-k-operations

Greedy

0632-smallest-range-covering-elements-from-k-lists
0670-maximum-swap
2488-divide-intervals-into-minimum-number-of-groups
2616-maximal-score-after-applying-k-operations
3195-separate-black-and-white-balls

Sorting

0632-smallest-range-covering-elements-from-k-lists
2488-divide-intervals-into-minimum-number-of-groups

Prefix Sum

2488-divide-intervals-into-minimum-number-of-groups

Sliding Window

0632-smallest-range-covering-elements-from-k-lists

Backtracking

2170-count-number-of-maximum-bitwise-or-subsets

Bit Manipulation

2170-count-number-of-maximum-bitwise-or-subsets

Enumeration

2170-count-number-of-maximum-bitwise-or-subsets

Recursion

1197-parsing-a-boolean-expression
1667-find-kth-bit-in-nth-binary-string

About

In this I post my daily code submissions...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors