Skip to content

This repo will contain code for solving problems using go

License

Notifications You must be signed in to change notification settings

fuad-daoud/go-solve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Solve

This Project is to solve problems using go on multiple platforms links to all problems solved/attempted will be listed below, a tag/branch will have the same name as the problem.

examples:

  • leetcode: problem shuffle the array will have a tag named shuffle-the-array.
  • codeforces: problem A. My First Sorting Problem will be cf-a-my-first-sorting-problem

Leetcode

  1. shuffle the array
  2. remove element
  3. String to Integer (atoi)

codeforces

  1. Codeforces Round 944 (Div. 4) A. My First Sorting Problem
  2. Codeforces Round 944 (Div. 4) B. Different String
  3. Codeforces Round 944 (Div. 4) C. Clock and Strings
  4. Codeforces Round 944 (Div. 4) D. Binary Cuts
  5. Codeforces Round 944 (Div. 4) E. Find the Car
  6. Codeforces Round 944 (Div. 4) F. Circle Perimeter
  7. Codeforces Round 964 (Div. 4) A. A+B Again?
  8. Codeforces Round 964 (Div. 4) B. Card Game
  9. Codeforces Round 964 (Div. 4) C. Showering
  10. Codeforces Round 964 (Div. 4) D. Slavic's Exam
  11. Codeforces Round 964 (Div. 4) E. Triple Operations
  12. Codeforces Round 962 (Div. 3) A. Legs
  13. Codeforces Round 962 (Div. 3) B. Scale
  14. Codeforces Round 962 (Div. 3) C. Sort (lesson learned use small slices instead of fixed big arrays)
  15. Codeforces Round 966 (Div. 3) A. Primary Task
  16. Codeforces Round 966 (Div. 3) B. Seating in a Bus
  17. Codeforces Round 966 (Div. 3) C. Numeric String template
  18. Codeforces Round 965 (Div. 2) A. Find K Distinct Points with Fixed Center
  19. Codeforces Round 965 (Div. 2) B. Minimize Equal Sum Subarrays
  20. Codeforces Round 965 (Div. 2) C. Perform Operations to Maximize Score

About

This repo will contain code for solving problems using go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages