const Projects = ({ github_repos }) => {
return (
{/* ADVENT OF CODE JS */}
My solutions to coding puzzle everyday for the next 25 days for a total of 25 challenges starting December 1st
๐ผ About this project
My solutions to coding puzzle everyday for a total of 25 challenges starting December 1st, 2022.
๐ง What I learned
- Data structures and algorithms
- Object oriented programming
- Recursion ๐ตโ๐ซ
Side note: It was interesting to work alongside colleagues and compare answers. I learned a lot from reviewing everyone else's code and how they problem solved differently than I did.
)
}
export default Projects;