All Projects → jonasraoni → codility

jonasraoni / codility

Licence: MIT license
My solutions to exercises and tests at http://codility.com.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to codility

LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+443.94%)
Mutual labels:  competitive-programming, algorithm-challenges, algorithms-and-data-structures
Codewars
CodeWars Solutions (Please leave a start. Thank you)
Stars: ✭ 156 (+136.36%)
Mutual labels:  competitive-programming, algorithm-challenges, algorithms-and-data-structures
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+272.73%)
Mutual labels:  competitive-programming, algorithm-challenges, algorithms-and-data-structures
Codility-Practice
Contains Solutions for Codility training Lessons.
Stars: ✭ 45 (-31.82%)
Mutual labels:  codility, codility-lessons, codility-solutions
Algorithmic-Problem-Solving
Solutions of algorithmic type of programming problems from sites like LeetCode.com, HackerRank.com, LeetCode.com, Codility.com, CodeForces.com, etc. using Java.
Stars: ✭ 20 (-69.7%)
Mutual labels:  algorithm-challenges, codility
DataStructures-Algorithms
A collections of many CP-based or DSA-based Questions that is stored various algorithms and datastructures to increase coding aptitutde. Anybody with a knack for coding can feel free to add more solutions and questions in the respective folders
Stars: ✭ 15 (-77.27%)
Mutual labels:  competitive-programming, algorithms-and-data-structures
FacebookHackerCup-2019
🏃 Python Solutions of All 22 Problems in FHC 2019
Stars: ✭ 15 (-77.27%)
Mutual labels:  competitive-programming, algorithm-challenges
Hacker-Earth
This is my HackerEarth Handle
Stars: ✭ 45 (-31.82%)
Mutual labels:  competitive-programming, algorithm-challenges
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (-65.15%)
Mutual labels:  competitive-programming, algorithms-and-data-structures
timetable-scheduler
⏲ An Activity Scheduling Project of Algorithms Analysis to schedule the timetable for Educational Institutes.
Stars: ✭ 26 (-60.61%)
Mutual labels:  algorithm-challenges, algorithms-and-data-structures
icpc
Resources for Competitive Programming
Stars: ✭ 14 (-78.79%)
Mutual labels:  competitive-programming, algorithms-and-data-structures
Data-Structures-and-Algorithms--A-Comprehensive-Guide
Data Structures & Algorithms - A Comprehensive Guide
Stars: ✭ 15 (-77.27%)
Mutual labels:  algorithm-challenges, algorithms-and-data-structures
AlmanaqueBrute
Repositório para códigos de competição
Stars: ✭ 22 (-66.67%)
Mutual labels:  competitive-programming, algorithms-and-data-structures
Problem-Solving
This Repository consists of my solutions💡 in Python 3 to various problems in Data Structures and Algorithms.🎖️
Stars: ✭ 17 (-74.24%)
Mutual labels:  algorithm-challenges, algorithms-and-data-structures
Algorithm-in-JavaScript
Implementing all-time classic algorithmic problems in JS
Stars: ✭ 20 (-69.7%)
Mutual labels:  algorithm-challenges, algorithms-and-data-structures
Codeforces
Stars: ✭ 128 (+93.94%)
Mutual labels:  competitive-programming, algorithm-challenges
Competitivecode
A repo for interesting Competitive Coding problems
Stars: ✭ 131 (+98.48%)
Mutual labels:  competitive-programming, algorithm-challenges
Popular Coding Questions Solution
Popular coding questions solution for interview preparation
Stars: ✭ 12 (-81.82%)
Mutual labels:  competitive-programming, algorithms-and-data-structures
Competitive Programming
My solutions to problems from various competitive programming websites.
Stars: ✭ 93 (+40.91%)
Mutual labels:  competitive-programming, algorithm-challenges
Hackerrank
📗 Solutions of more than 380 problems of Hackerrank accross several domains.
Stars: ✭ 128 (+93.94%)
Mutual labels:  competitive-programming, algorithm-challenges

C# Codility Solutions


My C# solutions to the Codility tasks at https://codility.com/programmers/lessons/

Almost all of the tasks were straightforward and the available time was more than enough, but few took me more than the 120min to reach 100% ._.

These are my own implementations. As I enjoy small and concise codes, whatever doesn't fit in this rule means that I had problems. Until now, there's one code in this category :)

Lesson 1 - Iterations

BinaryGap Problem Statement Solution

Lesson 2 - Arrays

OddOccurrencesInArray Problem Statement Solution
CyclicRotation Problem Statement Solution

Lesson 3 - Time Complexity

PermMissingElem Problem Statement Solution
FrogJmp Problem Statement Solution
TapeEquilibrium Problem Statement Solution

Lesson 4 - Counting Elements

MissingInteger Problem Statement Solution
PermCheck Problem Statement Solution
FrogRiverOne Problem Statement Solution
MaxCounters Problem Statement Solution

Lesson 5 - Prefix Sums

PassingCars Problem Statement Solution
CountDiv Problem Statement Solution
MinAvgTwoSlice Problem Statement Solution
GenomicRangeQuery Problem Statement Solution

Lesson 6 - Sorting

Distinct Problem Statement Solution
MaxProductOfThree Problem Statement Solution
Triangle Problem Statement Solution
NumberOfDiscIntersections Problem Statement Solution

Lesson 7 - Stacks and Queues

Brackets Problem Statement Solution
Fish Problem Statement Solution
StoneWall Problem Statement Solution
Nesting Problem Statement Solution

Lesson 8 - Leader

EquiLeader Problem Statement Solution
Dominator Problem Statement Solution

Lesson 9 - Maximum slice problem

MaxSliceSum Problem Statement Solution
MaxProfit Problem Statement Solution
MaxDoubleSliceSum Problem Statement Solution

Lesson 10 - Prime and composite numbers

MinPerimeterRectangle Problem Statement Solution
CountFactors Problem Statement Solution

Lesson 11 - Sieve of Eratosthenes

CountSemiprimes Problem Statement Solution

Others

FindTime Problem Statement Solution
SortingGroups Problem Statement Solution
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].