Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleonardolima/problem-solving
Problem Solving, Algorithms and Competitive Programming problems that I've solved [WIP]
https://github.com/oleonardolima/problem-solving
algorithms-and-data-structures hacktoberfest hacktoberfest2020 problem-solving technical-interviews
Last synced: 9 days ago
JSON representation
Problem Solving, Algorithms and Competitive Programming problems that I've solved [WIP]
- Host: GitHub
- URL: https://github.com/oleonardolima/problem-solving
- Owner: oleonardolima
- License: mit
- Created: 2020-10-10T01:03:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T17:36:21.000Z (over 2 years ago)
- Last Synced: 2023-03-06T13:12:49.262Z (over 1 year ago)
- Topics: algorithms-and-data-structures, hacktoberfest, hacktoberfest2020, problem-solving, technical-interviews
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Problem Solving - Algorithms - Competitive Programming Problems - ```WIP```
> This repo contains some of the algorithms, data structures that implemented (and i'm still implementing) and problems that i've solved for competitive programming classes.
>
> And further topics related to technical interviews for SWE/SDE positions.
>
> ___I'm still structuring this repo, but feel free to contribute ;)___## Algorithms:
- Sorting:
- [x] Insertion Sort
- [x] Bubble Sort
- [x] Selection Sort
- Graphs:
- [ ] Breadth First Search (BFS)
- [ ] Depth First Search (DFS)## Competitive Programming Contests:
- 2020 - 1st Semester - Contests
> `TODO:` Add all contests problem statements and implemented solutions.## HackerRank Problems:
- Problem Solving
> `TODO:` Add problems and solutions for problem solving category
- Interview Preparation Kit
> `TODO:` Add problems statements and solutions for interview preparation category
- Dictionaries and Hashmaps
- Greedy Algorithms## LeetCode Problems:
- [x] Two Sum
- [x] Add Two Numbers
- [x] Longest Palindromic Substring
- [x] Valid Palindrome
- [x] Single Number
- [x] Reverse Linked List
- [x] Valid Anagram
- [x] Longest Increasing Subsequence
- [ ] KoKo Eating Bananas
- [x] Reverse Only Letters
- [x] Verifying an Alien Dictionary
- [x] Split a String in Balanced Strings## Useful Resources:
- Programiz
- LeetCode
- HackerRank
- URI
- CodeForces