https://github.com/rishit-dagli/sota-coding-problem
A SOTA Coding Problem, explained and solved in Python
https://github.com/rishit-dagli/sota-coding-problem
blog interview-questions programming python3
Last synced: 7 months ago
JSON representation
A SOTA Coding Problem, explained and solved in Python
- Host: GitHub
- URL: https://github.com/rishit-dagli/sota-coding-problem
- Owner: Rishit-dagli
- License: apache-2.0
- Created: 2020-06-03T12:17:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T09:18:20.000Z (over 4 years ago)
- Last Synced: 2025-03-22T02:01:59.910Z (7 months ago)
- Topics: blog, interview-questions, programming, python3
- Language: TeX
- Homepage: http://datasets.rishit.tech/Blogs/A-SOTA-Coding-Problem/
- Size: 378 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOTA-Coding-Problem
A Staet of The Art Coding Problem, explained and solved in Python. Read the complete blog
[Here](http://datasets.rishit.tech/Blogs/A-SOTA-Coding-Problem/).I recently came across a State of the Art (SOTA) problem according to me. How I define a problem to be really good-
* While reading the problem it seems to be very easy
* It becomes hard while you try and code it (By logic and not by knowledge of coding)
* The optimal solution is just a few lines of codeI explain how I solved this kind of problem and how you could approach it.