[#AoC2020] Advent of Code 2020

IvekIvek

BANNED
Joined
Oct 27, 2020
Messages
27
Reaction score
31
*I hope it is right section for posting this*

So like every year and this I have decided to "play" | solving those little tasks, problems ;). You get every day new task | problem to solve. You can use any programming language to solve it you want :), as long as solution in the end is correct :smirk:.
It is like, well it is an Advent calendar of small programming puzzles ;).

I would https://github.com/ivekivek/advent-of-code-2020 my Github link of my solutions. Let me know if someone else solving it and what are your solutions :cool:.
 
Me here. I think this puzzles are the best way to improve programming skills.

PS: AoC also means Advent of Cyber, I'm also solving it. :) I recommend it to all cybersecurity beginners.
 
Me here. I think this puzzles are the best way to improve programming skills.

PS: AoC also means Advent of Cyber, I'm also solving it. :) I recommend it to all cybersecurity beginners.

didnt know that, would check it for sure
 
Me here. I think this puzzles are the best way to improve programming skills.

PS: AoC also means Advent of Cyber, I'm also solving it. :) I recommend it to all cybersecurity beginners.
Wouldn't say so. A huge part of programming is being able to architect an object oriented system which makes sense. Coding challenges mostly just teach you algorithms which is the type of thing that can be written by 1 guy in 1 library and never be touched by anyone again.
 
Back
Top