Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fattahsamit/pps
Programming & Problem Solving
https://github.com/fattahsamit/pps
algorithms c coding-problems data-structures hackerrank javascript leetcode problem-solving python sql
Last synced: 25 days ago
JSON representation
Programming & Problem Solving
- Host: GitHub
- URL: https://github.com/fattahsamit/pps
- Owner: fattahsamit
- Created: 2021-10-28T18:57:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T00:21:03.000Z (3 months ago)
- Last Synced: 2024-11-04T01:19:13.234Z (3 months ago)
- Topics: algorithms, c, coding-problems, data-structures, hackerrank, javascript, leetcode, problem-solving, python, sql
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming & Problem Solving
### β Practice π‘Understand π Explore π» Code π Repeat
This repository contains resources and examples for various programming languages and problem-solving techniques. The purpose of this repository is to showcase my problem-solving efforts and solutions on various platforms including [LeetCode](https://leetcode.com), [HackerRank](https://www.hackerrank.com) etc.
- **Python**
- **JavaScript**
- **C**
- **C#**
- **SQL**## Table of Contents
- [LeetCode](#LeetCode)
- [HackerRank](#HackerRank)## LeetCode
#### [SQL 50](https://leetcode.com/studyplan/top-sql-50) - [Solutions](/sql/leetcode/sql%2050/)
| # | Title | Solution | Difficulty |
| ---- | ------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------- | ---------- |
| 1757 | [Recyclable and Low Fat Products](https://leetcode.com/problems/recyclable-and-low-fat-products) | [MySQL](./sql/leetcode/sql%2050/1757.sql) | Easy |
| 584 | [Find Customer Referee](https://leetcode.com/problems/find-customer-referee) | [MySQL](./sql/leetcode/sql%2050/584) | Easy |
| 595 | [Big Countries](https://leetcode.com/problems/big-countries) | [MySQL](./sql/leetcode/sql%2050/595.sql) | Easy |
| 1148 | [Article Views I](https://leetcode.com/problems/article-views-i) | [MySQL](./sql/leetcode/sql%2050/1148.sql) | Easy |
| 1683 | [Invalid Tweets](https://leetcode.com/problems/invalid-tweets) | [MySQL](./sql/leetcode/sql%2050/1683.sql) | Easy |
| 1378 | [Replace Employee ID With The Unique Identifier](https://leetcode.com/problems/replace-employee-id-with-the-unique-identifier) | [MySQL](./sql/leetcode/sql%2050/1378.sql) | Easy |## HackerRank
| Title | Solution | Difficulty |
| --------------------------------------------------------------------------------------- | -------------------------------------------- | ---------- |
| [Say "Hello, World!" With Python](https://www.hackerrank.com/challenges/py-hello-world) | [Python](./Python/HackerRank/Hello_World.py) | Easy |