Java Stack problem in HackerRank
I had been hearing about HackerRank and I had a go at it to see just how my Java skills were. I haven’t used Java in some time now as I spent most of my time these days writing either Read more
I had been hearing about HackerRank and I had a go at it to see just how my Java skills were. I haven’t used Java in some time now as I spent most of my time these days writing either Read more
Frameworks such as Angular, React etc make dynamic DOM elements generation a breeze!! hence it’s easy to forget how to do so without any framework. Like one of my previous posts, in this post, we will look at how to Read more
My solution to a “Daily Coding Problem” that I received in my mail today. A fixed point in an array is an element whose value is equal to its index. Given a sorted array of distinct elements, return a fixed Read more
My latest browser game is done, I have deployed it to a temporary website and will share the link to it soon. Anyway, while building it, I came across this little problem where I was trying to partition arrays. As Read more
This week I thought I should have a go at building something with plain old Javascript. I mean, I have been using Angular for the last few years so I thought, ahh well, why not? It’s good to revisit some Read more
In this post, I will talk about my approach when building a new iOS Currency Converter. I focus on how I start by defining a simple user story, understand what the user story is followed by how I can accomplish Read more
I have been brushing up on my algorithmic coding skills and mate, are trees challenging or what? Yes they are a logical but difficult data structure to work with. Algorithmic problem solving & Java The most interesting thing about all Read more