{"id":24738959,"url":"https://github.com/kruutteri1/codewars","last_synced_at":"2025-10-20T00:47:25.261Z","repository":{"id":168721077,"uuid":"592113581","full_name":"Kruutteri1/CodeWars","owner":"Kruutteri1","description":"🥋 CodeWarsKats. Java solutions","archived":false,"fork":false,"pushed_at":"2023-09-07T10:26:25.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T04:58:45.703Z","etag":null,"topics":["4kyu","5kyu","6kyu","7kyu","codewars","codewars-java","codewars-solutions","java"],"latest_commit_sha":null,"homepage":"https://www.codewars.com/users/Kruutteri1","language":"Java","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/Kruutteri1.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-22T23:54:36.000Z","updated_at":"2023-01-24T11:37:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"89cbbb23-8b43-4b6a-81bd-a773cffaf799","html_url":"https://github.com/Kruutteri1/CodeWars","commit_stats":null,"previous_names":["kruutteri1/codewars"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kruutteri1/CodeWars","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kruutteri1%2FCodeWars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kruutteri1%2FCodeWars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kruutteri1%2FCodeWars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kruutteri1%2FCodeWars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kruutteri1","download_url":"https://codeload.github.com/Kruutteri1/CodeWars/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kruutteri1%2FCodeWars/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279960100,"owners_count":26251358,"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","status":"online","status_checked_at":"2025-10-19T02:00:07.647Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["4kyu","5kyu","6kyu","7kyu","codewars","codewars-java","codewars-solutions","java"],"created_at":"2025-01-27T22:56:21.290Z","updated_at":"2025-10-20T00:47:25.239Z","avatar_url":"https://github.com/Kruutteri1.png","language":"Java","readme":"# CodeWars\r\n\r\n![alt text](https://www.codewars.com/users/Kruutteri1/badges/large) \r\n\r\n[Profile](https://www.codewars.com/users/Kruutteri1)\r\n\r\nContains katas solved in Java. Each solved kata consists of javadoc with info about it and code.\r\nThis structure is used in order to facilitate analysis of solution.\r\n\r\n## Katas:\r\n### 3 kyu:\r\n- [How many are smaller than me II?](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu3/HowManySmaller.java)\r\n\r\n### 4 kyu:\r\n- [Range Extraction](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu4/Range.java)\r\n- [Codewars style ranking system](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu4/RankSystem.java)\r\n- [Roman Numerals Helper](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu4/RomanNumerals.java)\r\n- [The Greatest Warrior](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu4/Warrior.java)\r\n- [Human readable duration format](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu4/TimeFormatter.java)\r\n\r\n### 5 kyu:\r\n- [HumanReadableTime](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu5/HumanReadableTime.java)\r\n- [Square Matrix Multiplication](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu5/MatrixMultiplication.java)\r\n- [Number of trailing zeros of N!](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu5/NumberZeros.java)\r\n- [ROT13](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu5/Rot13.java)\r\n\r\n### 6 kyu:\r\n- [Roman Numerals Encoder](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu6/Conversion.java)\r\n- [Create Phone Number](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu6/CreatePhoneNumber.java)\r\n- [Sum of Digits / Digital Root](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu6/DRoot.java)\r\n- [Find the unique number](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu6/FindUniqueNum.java)\r\n- [Does my number look big in this?](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu6/NumberUtils.java)\r\n- [Valid Phone Number](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu6/ValidPhoneNumber.java)\r\n- [Who likes it?](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu6/WhoLikes.java)\r\n- [Tribonacci Sequence](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu6/Xbonacci.java)\r\n\r\n### 7 kyu:\r\n- [Make a function that does arithmetic!](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu7/ArithmeticFunction.java)\r\n- [Testing 1-2-3](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu7/LineNumbering.java)\r\n- [String ends with?](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu7/StringEnds.java)\r\n- [Is this a triangle?](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu7/TriangleTester.java)\r\n- [Vowel Count](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu7/Vowels.java)\r\n- [Binary Addition](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu7/binaryAdd.java)\r\n- [Isograms](https://github.com/Kruutteri1/CodeWars/blob/main/src/kyu7/isogram.java)\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkruutteri1%2Fcodewars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkruutteri1%2Fcodewars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkruutteri1%2Fcodewars/lists"}