Skip to content

PhilipMok-cc/Google-Competitions-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-Competitions-Go

The best way to learn a programming language is joining a coding compeition
While Go lang does not have similar support in CP as C++.
This repo aims to share template and answer for Google Competitions in golang.
The template is designed to work with visual studio code.

Template

Template is used for Google competitions consist of few files

  1. presudo.txt
  • A text file for sudo code
  1. Solution.go
  • File used to upload for submit
  1. Solution_test.go
  • Utilize test package to test run solution
  • Test_Main - Used to test file with sample test case
  • Test_Interactive - Deal with interactive problem, Not as good as interactive runner
  • Test_Playground - Could test part of code
  1. Test.txt
  • Stroe Test case input and used by Solution_test.go
  1. interactive_runner.py
  • Provided by google

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published