8000 GitHub - developgo/algorithms_with_Go at ab8fb0bb2c38ca316bbdc019b3c3c42abd849081
[go: up one dir, main page]

Skip to content

developgo/algorithms_with_Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO - Data Structures and Algorithms

Inspired by the Geeksforgeeks - Top 10 Algorithms in Interview Questions article, the intent of this repository is to solve these questions using the Go Language. GO is a great language choice for technical interviews and hopefully you can find the solutions to the common algorithms/problems easy to understand.

Although this is an introductory course to algorithms and data structures, it assumes that you are familiar with GO programming language syntax and basic concepts.

WIP, the descriptions of the below unsolved yet problems can be found in the orginal article.

Contributions are welcomed - submit a PR.
Contribution guidelines

  • keep the consistency and document the code
  • keep it simple, easy to read and understand (not over-engineered, best performance is not in scope)
  • [] Modular Exponentiation
  • [] Modular multiplicative inverse
  • [] Primality Test | Set 2 (Fermat Method)
  • [] Euler’s Totient Function
  • Sieve of Eratosthenes
  • [] Convex Hull
  • [] Basic and Extended Euclidean algorithms
  • Segmented Sieve
  • [] Chinese remainder theorem
  • [] Lucas Theorem

About

GO Data Structures and Algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0