项目作者: Dineshkarthik

项目描述 :
Solutions for Codility training assignments in Python
高级语言: Python
项目地址: git://github.com/Dineshkarthik/codility-training.git
创建时间: 2017-08-11T07:40:07Z
项目社区:https://github.com/Dineshkarthik/codility-training

开源协议:GNU General Public License v3.0

下载


Codility-Training

Python solutions to Codility tasks: https://codility.com/train/

Lesson 1 - Iterations

Lesson 2 - Arrays

Lesson 3 - Time Complexity

Lesson 4 - Counting Elements

Lesson 5 - Prefix Sums

Lesson 6 - Sorting

Lesson 7 - Stacks and Queues

Lesson 8 - Leader

Lesson 9 - Maximum slice problem

Lesson 10 - Prime and composite numbers

Lesson 11 - Sieve of Eratosthenes

Lesson 12 - Euclidean algorithm

Lesson 13 - Fibonacci numbers

Lesson 14 - Binary search algorithm

Lesson 15 - Caterpillar method

Lesson 16 - Greedy algorithms

Lesson 17 - Dynamic programming