百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
K

kata-machine

> 编程语言
开源

在 Twitch 上实时开发的 ThePrimeagen 命名系统 - 机器长度仪器生成大量的反竞争计算帮助,用于…

1.5K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

在 Twitch 上实时开发的 ThePrimeagen 命名系统 - 机器长度仪器生成大量的反竞争计算帮助,用于…

Developed live on twitch

ThePrimeagen

Naming

Lig-Machine

Lengthy Instrumentation Generating Massive Anticompetitive Computational Help for Intermediate Coders // n9

Ligmata

Literal Improvement Gaining Master and Tutelage on Algorithms Let's Intelligently Generate Multiple Algorithm Training Assessments // permdaddy

Sugma Nuts

Studious Users Get Major Abilities. New Useful Training for Students

Ligma Farts

Learn Intermediate Groundbreaking Massive Algorithms. Free Algorithm Research & Training System

If you have a suggestion

make an issue and we will come up with the potential name.

WARNING

I have just started to add algorithms, so the number of supported algorithms is limited at the moment, but will grow fairly quick.

WARNING

OUT OF DATE. We have quite a few more. need to update

Supported Algorithm

  • Insertion sort
  • Merge sort
  • QuickSort
  • Prim's MST (Adjacency List)
  • Dijkstra's Shortest Path (Adjacency List)

Supported Data Structures

  • Singly linked list
  • Doubly linked list
  • Queue
  • Stack
  • Graph with Adjacency List
  • Graph with Adjacency Matrix (untested)

How It Works

Make sure you have Node.js and yarn installed: npm install --global yarn

clone the repo and install the dependencies

yarn install

edit the ligma.config.js file

module.exports = {
    dsa: [
        "InsertionSort",
        "MergeSort",
        "Queue",
        "Stack",
        "QuickSort",
        "DijkstraList",
        "PrimsList",
    ],
}

create a day of katas, this will use the list in the ligma.config.js.

yarn generate

this will progressively create folders named

src/day1
src/day2
...

yarn generate will also update the tsconfig.json and jest.config to point the latest day folder via tspaths. This allows us to avoid updating anything for testing each day.

Testing

yarn test

I have yet to create a testing strategy for next sets of algorithms, but we will get there when i cross that bridge.

Help wanted

A simple way to specify test, thinking something like tests.json and cat test.json 2> /dev/null to specify the tests to run. tests.json wouldn't be committed.

GitHub Issues· 54 开放

在 GitHub 查看全部
  • #46

    Kata machine in Python

    更新于 2026年3月24日
  • #70

    TwoCrystalBalls: doing jumps of ∛N (or any other root base)

    更新于 2025年2月18日
  • #27

    Cannot find module '@code/LinearSearchList'

    更新于 2024年11月19日
  • #49

    My Merge Sort impl would not pass the test?

    更新于 2024年9月12日
  • #81

    Kata Machine in Python with new type hint builtin types, generics and unittest

    更新于 2024年9月6日

核心特点

  • •Insertion sort
  • •Merge sort
  • •QuickSort
  • •Prim's MST (Adjacency List)
  • •Dijkstra's Shortest Path (Adjacency List)
  • •Singly linked list
  • •Doubly linked list
  • •Graph with Adjacency List
  • •Graph with Adjacency Matrix (untested)

> 标签

TypeScript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言