Thursday Code Puzzler: Lowest Common Ancestor
Thursday is code puzzler day here at DZone. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable. Note: Even though there really...
View ArticleThursday Code Puzzler: Splitting Linked Lists
Thursday is code puzzler day here at DZone. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable. Note: Even though there really...
View ArticleThursday Code Puzzler: Find the First Character That Appears Once
Thursday is code puzzler day here at DZone. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable. Note: Even though there really...
View ArticleThursday Code Puzzler: Binary Clock
Thursday is code puzzler day here at DZone. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable. Note: Even though there really...
View ArticleThursday Code Puzzler: ISBN Validator
Thursday is code puzzler day here at DZone. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable. Note: Even though there really...
View ArticleThursday Code Puzzler:Perfect Numbers
Thursday is code puzzler day here at DZone. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable. Note: Even though there really...
View ArticleLow GC Coding: Efficient Listeners (Exercise)
Overview There are many ways to implement a listener pattern depending on the assumptions you want to make. This is an exercise to get you thinking about how these can be implemented efficiently....
View ArticleThursday Code Puzzler: Overlapping Rectangles
Thursday is code puzzler day here at DZone. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable. Note: Even though there really...
View ArticleThursday Code Puzzler: Matrix Search
Thursday is code puzzler day here at DZone. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable. Note: Even though there really...
View ArticleThursday Code Puzzler: Solve The 15 Puzzle
It's Thursday already, so time for another code puzzler. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable.Note: Even though...
View ArticleThursday Code Puzzler: Sudoku
It's Thursday already, so time for another code puzzler. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable. Note: Even though...
View ArticleThursday Code Puzzler: Compute Squares
Thursday: the week's almost over and it's time for another code puzzler. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find...
View ArticleThursday Code Puzzler: Count To 24
It's Thursday, so it's time for another code puzzler. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable.Note: Even though there...
View ArticleThursday Code Puzzler: Circular Primes
It's Thursday, so it's time for another code puzzler. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable.Note: Even though there...
View ArticleThursday Code Puzzler: Sum of Multiples
It's Thursday, so it's time for another code puzzler. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable.Note: Even though there...
View ArticleThursday Code Puzzler: Harshad Numbers
Thursday - time for another code puzzler. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable.Note: Even though there really is...
View ArticleThursday Code Puzzler: Pandigital Primes
It's Thursday, so it's time for another code puzzler. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable.Note: Even though there...
View ArticleThursday Code Puzzler: Balancing Arrays
It's Thursday already, so time for another code puzzler. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable.Note: Even though...
View ArticleThursday Code Puzzler: Second Highest Frequency
It's Thursday, so it's time for another code puzzler. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable.Note: Even though there...
View ArticleThursday Code Puzzler: Minimum Difference
It's Thursday, so it's time for another code puzzler. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you find suitable.Note: Even though there...
View Article