Skip to content

Implementing/experimenting cmd tools, algorithms in golang/go

Notifications You must be signed in to change notification settings

yogendra-j/small-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of exciting tools and algorithms, mostly in go

Contents:

  1. Simplified Geohashing algo in Python
  2. wc Linux cmd tool in go
  3. JSON parser (syntax checker) cmd tool in go
  4. Compression/decompression cmd tool (Huffman algo) in go
  5. Cut Linux cmd tool in go
  6. Round Robin load balancer in go