Skip to content

harshit-jain52/Advent-of-Code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022 Solutions in Go

Problems

Learnings

  1. Variables, If-Else, Loops, Functions, Reading Text Files (bufio and os packages), strconv package
  2. Arrays
  3. String is made up of bytes, not runes
  4. More on strconv and strings packages
  5. Slices, Implementation of Stack
  6. Maps, void datatype
  7. Recursion, Pointers, More on strconv and strings packages8
  8. More on 2D slices
  9. Map of array
  10. Writing to Text File (bufio and os packages)
  11. Structs, Implementation of Queue and BFS

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages