Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 525 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 525 Bytes

go-branching-and-looping

Pluralsight Course# Advanced Branching and Looping in GO Demo Files

For statement (Go For)

  • Linked list traversal
  • Occurrence of a random number
  • Encryption and decryption
  • Mini Project: IOT Sensor Analysis

If/else statement (Go If)

  • Factors and Prime numbers
  • Calculating grades
  • Binary search
  • Mini project: Tic Tac Toe

Switch statement (Go Switch)

  • Revisiting - Calculating grades
  • Area and Volume of common shapes
  • Customer Sentiment
  • Mini project: Vehicle Inventory