Code Monkey home page Code Monkey logo

codility's Introduction

Codility

Codility is a software platform that helps technical recruiters hire and train stronger engineers.

The Codility page provides a set of lessons with exercises that any person can use to prepare for job interviews. It is also useful to improve and test your coding skills.

Motivation

This repository is an attempt of solving the Codility Lessons using C# and sharing the results with anyone interested on them. Any comments, fixes or improvements are very welcome.

Progress

Lesson Exercise Score Correctness Performance Detected Complexity
01 BinaryGap 100% 100% - -
02 CyclicRotation 100% 100% - -
02 OddOccurrencesInArray 100% 100% 100% O(N) or O(N*log(N))
03 PermMissingElem 100% 100% 100% O(N) or O(N*log(N))
03 FrogJmp 100% 100% 100% O(1)
03 TapeEquilibrium 100% 100% 100% O(N)
04 PermCheck 100% 100% 100% O(N) or O(N*log(N))
04 FrogRiverOne 100% 100% 100% O(N)
04 MaxCounters 100% 100% 100% O(N+M)
04 MissingInteger 100% 100% 100% O(N) or O(N*log(N))
05 PassingCars 100% 100% 100% O(N)
05 GenomicRangeQuery 100% 100% 100% O(N+M)
05 MinAvgTwoSlice 100% 100% 100% O(N)
05 CountDiv 100% 100% 100% O(1)
06 Distinct 100% 100% 100% O(N*log(N)) or O(N)
06 Triangle 100% 100% 100% O(N*log(N))
06 MaxProductOfThree 100% 100% 100% O(N*log(N))
06 NumberOfDiscIntersections
07 Brackets 100% 100% 100% O(N)
07 Fish 100% 100% 100% O(N)
07 Nesting 100% 100% 100% O(N)
07 StoneWall 100% 100% 100% O(N)
08 EquiLeader 100% 100% 100% O(N)
08 Dominator 100% 100% 100% O(N*log(N)) or O(N)

codility's People

Contributors

vmrocha avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

wang-lei-leo

codility's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.