Skip to content

Latest commit

 

History

History

Lesson99

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Lesson 99 (Future training) in Codility

Tasks

StrSymmetryPoint

Find a symmetry point of a string, if any.

TreeHeight

Compute the height of a binary tree.

BinaryGap

Find longest sequence of zeros in binary representation of an integer.

OddOccurrencesInArray

Find value that occurs in odd number of elements.

ArrayInversionCount

Compute number of inversion in an array.

PolygonConcavityIndex

Check whether a given polygon in a 2D plane is convex; if not, return the index of a vertex that doesn't belong to the convex hull.