Recent posts

[Codility Lessons] StoneWall(18/n)

less than 1 minute read

[Lesson7] Stacks and Queues StoneWall : Cover “Manhattan skyline” using the minimum number of rectangles Java Solution Link : https://codility.com/demo/res...

[Codility Lessons] Triangle(16/n)

less than 1 minute read

[Lesson6] Sorting Triangle : Determine whether a triangle can be built from a given set of edges. Java Solution