{"id":22812866,"url":"https://github.com/nishantcoder108/the-last-algorithm","last_synced_at":"2025-03-30T21:41:54.542Z","repository":{"id":205654420,"uuid":"711542627","full_name":"NishantCoder108/the-last-algorithm","owner":"NishantCoder108","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-05T18:52:52.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T01:46:12.630Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NishantCoder108.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-29T15:34:30.000Z","updated_at":"2023-10-29T15:38:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"34f9d3dd-43a5-4363-8782-4b5f06b88118","html_url":"https://github.com/NishantCoder108/the-last-algorithm","commit_stats":null,"previous_names":["nishantcoder108/the-last-algorithm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishantCoder108%2Fthe-last-algorithm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishantCoder108%2Fthe-last-algorithm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishantCoder108%2Fthe-last-algorithm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NishantCoder108%2Fthe-last-algorithm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NishantCoder108","download_url":"https://codeload.github.com/NishantCoder108/the-last-algorithm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246385406,"owners_count":20768668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-12T12:14:00.169Z","updated_at":"2025-03-30T21:41:54.516Z","avatar_url":"https://github.com/NishantCoder108.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Developed live on twitch\n[ThePrimeagen](https://twitch.tv/ThePrimeagen)\n\n## Naming\n### Lig-Machine\nLengthy Instrumentation Generating Massive Anticompetitive Computational Help for Intermediate Coders // n9\n\n### Ligmata\nLiteral Improvement Gaining Master and Tutelage on Algorithms\nLet's Intelligently Generate Multiple Algorithm Training Assessments // permdaddy\n\n### Sugma Nuts\nStudious Users Get Major Abilities. New Useful Training for Students\n\n### Ligma Farts\nLearn Intermediate Groundbreaking Massive Algorithms. Free Algorithm Research \u0026 Training System\n\n\n### If you have a suggestion\nmake an issue and we will come up with the potential name.\n\n### WARNING\nI have just started to add algorithms, so the number of supported algorithms is\nlimited at the moment, but will grow fairly quick.\n\n### WARNING\nOUT OF DATE.  We have quite a few more.  need to update\n### Supported Algorithm\n* Insertion sort\n* Merge sort\n* QuickSort\n* Prim's MST (Adjacency List)\n* Dijkstra's Shortest Path (Adjacency List)\n\n### Supported Data Structures\n* Singly linked list\n* Doubly linked list\n* Queue\n* Stack\n* Graph with Adjacency List\n* Graph with Adjacency Matrix (untested)\n\n### How It Works\n\nMake sure you have [Node.js](https://nodejs.org/en/) and yarn installed: `npm install --global yarn`\n\nclone the repo and install the dependencies\n\n```bash\nyarn install\n```\n\nedit the `ligma.config.js` file\n```javascript\nmodule.exports = {\n    dsa: [\n        \"InsertionSort\",\n        \"MergeSort\",\n        \"Queue\",\n        \"Stack\",\n        \"QuickSort\",\n        \"DijkstraList\",\n        \"PrimsList\",\n    ],\n}\n```\n\ncreate a day of katas, this will use the list in the `ligma.config.js`.\n```bash\nyarn generate\n```\n\nthis will progressively create folders named\n\n```\nsrc/day1\nsrc/day2\n...\n```\n\n`yarn generate` will also update the `tsconfig.json` and `jest.config` to point\nthe latest `day` folder via tspaths.  This allows us to avoid updating anything\nfor testing each day.\n\n#### Testing\n```\nyarn test\n```\n\nI have yet to create a testing strategy for next sets of algorithms, but we\nwill get there when i cross that bridge.\n\n### Help wanted\nA simple way to specify test, thinking something like `tests.json` and `cat\ntest.json 2\u003e /dev/null` to specify the tests to run.  tests.json wouldn't be\ncommitted.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishantcoder108%2Fthe-last-algorithm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnishantcoder108%2Fthe-last-algorithm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishantcoder108%2Fthe-last-algorithm/lists"}