Git Product home page Git Product logo

kata-go's Introduction

Hi there ๐Ÿ‘‹

๐Ÿ”ญ Iโ€™m currently working on improving my knowledge and sharing it with all.

I'll also try to update my GitHub website with what I'm working on. Head over to https://marjamis.github.io and check it out.

Data

Type Image
Profile Views marjamis profile counter
General GitHub Stats marjamis' GitHub stats
Top Languages marjamis' Language stats
LeetCode Stats

kata-go's People

Contributors

marjamis avatar

Watchers

 avatar

kata-go's Issues

Create an app to solve the below puzzle

The Problem

293 people standing in a circle in an order 1 to 293. No. 1 has a sword. He kills the next person (i.e. No. 2) and gives the sword to the next (i.e. No. 3). All people do the same until only 1 survives. Who will survive at the last?

fix this to exit so it works consistenly rather than being overridden by the tic...

//TODO fix this to exit so it works consistenly rather than being overridden by the ticker` if they come in at the same time how to order
// Timeout on the blocking code. I.e. if this section isn't complete after the set time the timeout will be enacted and break the loop.
case <-time.After(50 * time.Millisecond):
fmt.Println("Timeout of 50ms has been reached.")
return
case t := <-t.C:


This issue was generated by todo based on a TODO comment in 695bf16. It's been assigned to @marjamis because they committed the code.

create a debug option for the printing rather than default fmt. This way the CLI...

// TODO create a debug option for the printing rather than default fmt. This way the CLI can only have it if applied and testing can have it enabled by default.
// fmt.Printf("X: %d, Y: %d\n", x, y)
if tobMap[y][x] == "#" {
count++
}
}


This issue was generated by todo based on a TODO comment in f0b7a97. It's been assigned to @marjamis because they committed the code.

Create a markov chain example

Make sure to reuse existing code for Node/Vertices and the like from the dijkstra example.

Perhaps a graph package with that or importing from advent of code example for those raw parts to be used.

have a think but try to dedupe.

Struct tags example

Variations of type of tags, using multiple tags, custom tags, using those tags, etc.

Create an option for different dictionaries

Is your feature request related to a problem? Please describe.
Yes. Worlde uses a subset of words than a complete dictionary and it needs the ability to use this subset.

Describe the solution you'd like
A flag that allowed a dictionary to be used. Default should likely be this worlde dictionary as that's the point of the app.

Describe alternatives you've considered
None at this stage.

Additional context
N/A

Find a suitable first word to start with wordle

A basic application that will return a five letter word from the a dictionary with a scrabble score of 5 (i.e. common) to be used as the first word. This can be extended for other inputs to determine a list but this is an MVP and take it from there.

this function is just shite, fix it up to be more elegant

// TODO this function is just shite, fix it up to be more elegant
rules := strings.Split(rulesList, "\n")
bags := map[string]Bag{}
for _, rule := range rules {
// fmt.Printf("Rule: %s\n", rule)
bag := strings.Split(rule, " bags contain ")[0]


This issue was generated by todo based on a TODO comment in f0b7a97. It's been assigned to @marjamis because they committed the code.

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.