Nick Jones

iOS Developer

Projects

Here you can find a list of coding challenges / blog posts that I've made. I'm a big fan of taking the time to dive a bit deeper into the challenges when I find things I've either forgotten, need some more confidence around or better yet have no idea about!

With that in mind you'll find that the posts contain both my thoughts as I've gone through the challenges as well as some suplimentary thoughts and information


Joining lists of numbers

25th September 2023


Medium

"Given a list of numbers, create an algorithm that arranges them in order to form the largest possible integer. For example, given [10, 7, 76, 415], you should return 77641510"

Read