Git Product home page Git Product logo

go-eng's Introduction

go-eng

build-test-lint release Go Report Card codecov

Overview

This is a personal package I will be using to create various helper packages, as I learn and explore the Go programing language. The main package of this repo is simply to demonstrate the use of a subset of the contained packages.

For full documentation visit the individual packages listed in the directories section pkg.go.dev/github.com/eng618/go-eng#section-directories.

List of Packages

Algorithms

  • github.com/eng618/go-eng/algo/search
    • binary search
      • loop implementation
      • recursion implementation
    • linear search
  • github.com/eng618/go-eng/algo/sort
    • merge sort

Data Structures

  • github.com/eng618/go-eng/ds/list
    • linked list
  • github.com/eng618/go-eng/ds/queue
    • slice implementation
    • linked list implementation
  • github.com/eng618/go-eng/ds/stack
    • slice implementation
  • github.com/eng618/go-eng/ds/hash

Still to come

Planned Algorithms

  • Recursion

  • Sort

    • Insertion
    • Bubble
    • Quick sort
  • Search

    • Breadth-first search (BFS)
    • Depth-first search (DFS)

Planned Data Structures

  • Queue
  • Double linked list
  • Binary Search Tree (BST)
  • Graph

go-eng's People

Contributors

dependabot[bot] avatar eng618 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

go-eng's Issues

Host package from custom domain.

Detailed description

Describe in detail the issue you’re having.

The package is no longer hosted directly on GitHub, since I updated the package name to my custom domain.

What did you expect to happen? What happened instead? What would you like to see changed?

You should be able to access the package at

  • garciaericn.com/eng618/go-eng
    or
  • pkg.garciaericn.com/eng618/go-eng

Stacks

Create a package that demonstrates binary search

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.