Category: Uncategorized
This is a collection of common Javascript interview questions you may need to answer. I wrote a post for each of them explaining them in natural language. Enjoy! Basic …
The Fish Codility challenge was a fun algo to solve. Still falls in the easy category on the site and I agree with the rating. I found a solution …
The genomic range query problem can be solved efficiently if we treat the sequances as a string instead of an array. The simplest solution I found is to exatract …
I haven’t ported my portfolio to the new site yet. For now, please find my old work on https://old.danwritescode.com. Some of the images did not survive the migration, I’ll …
This is a Javascript implementation for the Codility Cyclic Rotation in Lesson 2 – Arrays. The challenge is to rotate an array A a number of K times. The …
I created my former site 5 years ago. It was outdated and I no longer maintained it. Since I decided to try a few things on this new version, …