7

I want to adopt this habit of coding one fundamental concept/tool/.. every day before/after work. I already started doing it and I've been coding sort algorithms. every morning since last week, in Java.
What do you guys think should go on the list of things to practice regularly ?

Comments
  • 1
    Thats a great idea! I discovered CodingTrain a few months ago. Its a youtube channel with a cool programmer who posts tutorials and coding challenges every day with great explanations. He also has a github repo for all his challenges, that might be a good "idea"-pool for you :)
  • 1
    @Skrambl I know his youtube channel x)

    I'll take a look at the repo!
  • 1
    Maybe try tree based algorithms next? Say, balancing an AVL tree or making a splay tree?
  • 0
    Coding sort algorithms... Java... On your free time? Are you trying to die young?
Add Comment