navneeth / codility

codility programming tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programming puzzle dojo

Solutions to code puzzles from codility etc. Storing for future reference & improvement.

01_reverse_string_inplace.py -

A function that takes a list of characters and reverses the letters in place. Complexity: O(n) time and O(1) space.

About

codility programming tests

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%