Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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]

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