/zzChallenge

ZigZagScape challenge

Primary LanguageJava

ZigZagEscape Codility Challenge

Codility challenge published here

Given a sequence S of integers, find a number of increasing sequences I such that every two consecutive elements in I appear in S, but on the opposite sides of the first element of I.

Regarding .cpp developed solution visit this StackOverflow post

Used Technologies:

  • Java SE
  • C++
  • Eclipse
  • Git