An open API service indexing awesome lists of open source software.

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# 💡

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) |