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

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

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 code

I explain how I solved this kind of problem and how you could approach it.