{"id":20127415,"url":"https://github.com/lexxx42/wave-algorithm","last_synced_at":"2025-05-06T18:31:33.721Z","repository":{"id":185527443,"uuid":"606344506","full_name":"Lexxx42/wave-algorithm","owner":"Lexxx42","description":"Wave algorithm work in party","archived":false,"fork":false,"pushed_at":"2023-03-01T09:45:56.000Z","size":339,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T15:46:17.898Z","etag":null,"topics":["java","wave-algorithm"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lexxx42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-02-25T07:43:20.000Z","updated_at":"2023-03-01T09:50:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbb929d4-fe59-4f72-a9de-e1753e2839a6","html_url":"https://github.com/Lexxx42/wave-algorithm","commit_stats":null,"previous_names":["lexxx42/wave-algorithm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexxx42%2Fwave-algorithm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexxx42%2Fwave-algorithm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexxx42%2Fwave-algorithm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexxx42%2Fwave-algorithm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lexxx42","download_url":"https://codeload.github.com/Lexxx42/wave-algorithm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252744495,"owners_count":21797631,"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":["java","wave-algorithm"],"created_at":"2024-11-13T20:21:12.901Z","updated_at":"2025-05-06T18:31:33.354Z","avatar_url":"https://github.com/Lexxx42.png","language":"Java","readme":"# wave-algorithm\n\n## Реализация волнового алгоритма\n\n1. Генератор карт - Артур\n+ 1.1 статическая\n+ 1 - вход\n+ -2 - выход\n+ -1 - стенка\n\nint[][] getMap()\n| -1 | -1 | -1 | -1 | -1 | -1 |\n|----|----|----|----|----|----|\n| -1 | -2 | 0  | 0  | 0  | -1 |\n| -1 | -1 | -1 | -1 | 0  | -1 |\n| -1 | 0  | 0  | 0  | 0  | -1 |\n| -1 | 1  | 0  | 0  | 0  | -1 |\n| -1 | -1 | -1 | -1 | -1 | -1 |\n\nint[][] generateMap (int width, int height)\n+ 1.2 автогенерация карт\n+ 1.3 загрузка карт из файла\n\n2. Печать карты в \"сыром\" виде - Александр\n+ 2.1 терминал\nString printMap(int[][])\n+ 2.2 принтер\n+ 2.3 сторонний сервис (api)\n\n3. Печать карты в терминал красиво - Антон\nString PrintPretty(int[][])\n\n4. Раскраска карты - Сергей\nvoid colorize(int[][] map)\n+ 4.1 установка котика\n+ 4.2 выходы\n+ exit - координаты (X, Y)\n+ int[][] findExits()\n\n5. Поиск кратчайшего пути к выходу - Роман\nint[][] getShortWay(int[][] map, String exit)\n\n| -1 | -1 | -1 | -1 | -1 | -1 |\n|----|----|----|----|----|----|\n| -1 | -2 | 9  | 8  | 7  | -1 |\n| -1 | -1 | -1 | -1 | 6  | -1 |\n| -1 | 2  | 3  | 4  | 5  | -1 |\n| -1 | 1  | 2  | 3  | 4  | -1 |\n| -1 | -1 | -1 | -1 | -1 | -1 |\n\n\n![wave algorithm](./img/Screenshot_2023-02-19_113306.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexxx42%2Fwave-algorithm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexxx42%2Fwave-algorithm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexxx42%2Fwave-algorithm/lists"}