Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 532 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 532 Bytes

python-flexing

Little pythonic programming excercises

This repository has one goal, to demonstrate my problem solving capability and to advertise challenges.

"Oh, please make it shorter.."

Allright.

def tldr(content):
    return content[5000:]

Contents

  • Snakes python implementation of classic snake game <type: Challange>
  • Triangle() & Point() Two friends forever <type: Codewars.kata>
  • SortingVisualized sorting algorytms

Here you have usage