https://github.com/kogo1616/problemsolving
🔍 Mastering Codeforces and LeetCode Challenges: Navigating Complex Problems with C++ and C# 💡
https://github.com/kogo1616/problemsolving
algorithms cpp csharp problems-solving
Last synced: 5 months ago
JSON representation
🔍 Mastering Codeforces and LeetCode Challenges: Navigating Complex Problems with C++ and C# 💡
- Host: GitHub
- URL: https://github.com/kogo1616/problemsolving
- Owner: Kogo1616
- Created: 2024-04-09T19:10:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T18:52:55.000Z (10 months ago)
- Last Synced: 2025-03-06T19:35:05.706Z (10 months ago)
- Topics: algorithms, cpp, csharp, problems-solving
- Language: C#
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Problem Solving Profiles
### LeetCode 😊
[LeetCode Profile](https://leetcode.com/u/cu2022Kogo/)
Check out my LeetCode profile to see my solutions to various algorithmic problems! From data structures to dynamic programming, explore my journey through problem-solving challenges on LeetCode.
### Codeforces 😊
[Codeforces Profile](https://codeforces.com/profile/saba.koguashvili)
Check out my Codeforces profile to see my solutions to various algorithmic problems! From data structures to dynamic programming, explore my journey through problem-solving challenges on Codeforces.
# LeetCode Topics
## Database
| |
| ------- |
| [0577-employee-bonus](https://github.com/Kogo1616/ProblemSolving/tree/master/0577-employee-bonus) |
| [0584-find-customer-referee](https://github.com/Kogo1616/ProblemSolving/tree/master/0584-find-customer-referee) |
| [0586-customer-placing-the-largest-number-of-orders](https://github.com/Kogo1616/ProblemSolving/tree/master/0586-customer-placing-the-largest-number-of-orders) |
| [0610-triangle-judgement](https://github.com/Kogo1616/ProblemSolving/tree/master/0610-triangle-judgement) |
| [0619-biggest-single-number](https://github.com/Kogo1616/ProblemSolving/tree/master/0619-biggest-single-number) |
| [1136-actors-and-directors-who-cooperated-at-least-three-times](https://github.com/Kogo1616/ProblemSolving/tree/master/1136-actors-and-directors-who-cooperated-at-least-three-times) |
| [1258-article-views-i](https://github.com/Kogo1616/ProblemSolving/tree/master/1258-article-views-i) |
## Two Pointers
| |
| ------- |
| [0283-move-zeroes](https://github.com/Kogo1616/ProblemSolving/tree/master/0283-move-zeroes) |
| [1894-merge-strings-alternately](https://github.com/Kogo1616/ProblemSolving/tree/master/1894-merge-strings-alternately) |
## String
| |
| ------- |
| [1894-merge-strings-alternately](https://github.com/Kogo1616/ProblemSolving/tree/master/1894-merge-strings-alternately) |
## Array
| |
| ------- |
| [0169-majority-element](https://github.com/Kogo1616/ProblemSolving/tree/master/0169-majority-element) |
| [0283-move-zeroes](https://github.com/Kogo1616/ProblemSolving/tree/master/0283-move-zeroes) |
## Hash Table
| |
| ------- |
| [0169-majority-element](https://github.com/Kogo1616/ProblemSolving/tree/master/0169-majority-element) |
## Divide and Conquer
| |
| ------- |
| [0169-majority-element](https://github.com/Kogo1616/ProblemSolving/tree/master/0169-majority-element) |
## Sorting
| |
| ------- |
| [0169-majority-element](https://github.com/Kogo1616/ProblemSolving/tree/master/0169-majority-element) |
## Counting
| |
| ------- |
| [0169-majority-element](https://github.com/Kogo1616/ProblemSolving/tree/master/0169-majority-element) |