{"id":21502398,"url":"https://github.com/night-codes/1_break_word","last_synced_at":"2025-03-17T13:40:56.113Z","repository":{"id":83544829,"uuid":"234068754","full_name":"night-codes/1_break_word","owner":"night-codes","description":null,"archived":false,"fork":false,"pushed_at":"2020-01-15T12:52:17.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-16T08:56:04.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/night-codes.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":"2020-01-15T11:47:20.000Z","updated_at":"2024-06-19T07:39:03.087Z","dependencies_parsed_at":"2023-07-07T17:46:13.922Z","dependency_job_id":null,"html_url":"https://github.com/night-codes/1_break_word","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/night-codes%2F1_break_word","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/night-codes%2F1_break_word/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/night-codes%2F1_break_word/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/night-codes%2F1_break_word/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/night-codes","download_url":"https://codeload.github.com/night-codes/1_break_word/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244043506,"owners_count":20388593,"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-11-23T18:14:45.726Z","updated_at":"2025-03-17T13:40:56.094Z","avatar_url":"https://github.com/night-codes.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task 1. Separate Text\nWrite a function/method that accepts a list of string tokens and a separate text string as an input and checks if the latter string can be represented as a concatenation of any subset of tokens from the first argument, where each token can be used multiple times. Examples:\n\n```\n[ \"ab\", \"bc\", \"a\" ] vs. \"abc\" = true\n[ \"a\", \"ab\", \"bc\" ] vs. \"ab\" = true\n[ \"a\", \"ab\", \"bc\" ] vs. \"\" = true\n[ \"ab\", \"bc\" ] \u003c-\u003e \"abc\" = false\n[ \"ab\", \"bc\", \"c\" ] \u003c-\u003e \"abbcbc\" = true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnight-codes%2F1_break_word","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnight-codes%2F1_break_word","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnight-codes%2F1_break_word/lists"}