Skip to content

A Go library that consists of useful lightweight tools.

License

Notifications You must be signed in to change notification settings

digi-space/digiutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digiutils

A collection of tools that help you solve daily problems.

Go

This collection is intended to document 📝 what I already solved from the coding challenge platform either from leetcode, hackerrank, codewars, etc, and also one form of #100DaysOfCode movement 🏃‍♂️. If you find it useful please give it a star ⭐ or even do your contribution. Cheers 🥂

Installation

go get github.com/digi-space/digiutils

Usage

This is the basic usage, just import the library and you are ready to go.

package main

import (
 "fmt"
 "github.com/digi-space/digiutils"
)

func main() {
 fmt.Println(digiutils.AddBinary("11", "1")) // 100
}

Meta

Digi Space – @Digisata[email protected]

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork this repository.
  2. Create your own branch (git checkout -b fooBar).
  3. Commit your changes (git commit -am 'Add some fooBar').
  4. Push to the branch (git push origin fooBar).
  5. Create your awesome Pull Request.

About

A Go library that consists of useful lightweight tools.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages