{"id":21699868,"url":"https://github.com/jonasraoni/notes-finder","last_synced_at":"2025-03-20T15:41:52.764Z","repository":{"id":124279275,"uuid":"172214768","full_name":"jonasraoni/notes-finder","owner":"jonasraoni","description":"Given a set of notes and a target value, tries to retrieve the right notes to avoid change.","archived":false,"fork":false,"pushed_at":"2019-02-23T12:59:19.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T14:43:10.054Z","etag":null,"topics":["coding-challenge","coin-change","csharp","solution"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/jonasraoni.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-23T12:59:14.000Z","updated_at":"2019-02-24T11:24:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"8cd25f10-553e-4e83-a660-777c93fb5bca","html_url":"https://github.com/jonasraoni/notes-finder","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/jonasraoni%2Fnotes-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasraoni%2Fnotes-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasraoni%2Fnotes-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonasraoni%2Fnotes-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonasraoni","download_url":"https://codeload.github.com/jonasraoni/notes-finder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244644298,"owners_count":20486776,"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":["coding-challenge","coin-change","csharp","solution"],"created_at":"2024-11-25T20:11:51.049Z","updated_at":"2025-03-20T15:41:52.748Z","avatar_url":"https://github.com/jonasraoni.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Notes Finder\n\nGiven a set of notes and a target value, the class tries to retrieve the right notes to avoid change, when not possible it returns null.\n\n# Running\n\nAs I've written it for a test, the sample application expects two paths as arguments (in and out):\n\nExample of initial data file (in.txt), where the first value is the target value and the remaining the available notes:\n```\n100;100;\n100;50;70;120;150\n12;1;9;7;3;5;\n30;1;2\n30;60;15;9;9;9;8;8;5;5;3;3;3;3;3;2;2;2;1\n2147483647;2147483500;100;40;5;1;1;1;1\n100;100;\n100;50;70;120;150\n12;1;9;7;3;5;\n30;1;2\n30;60;15;9;9;9;8;8;5;5;3;3;3;3;3;2;2;2;1\n2147483647;2147483500;100;40;5;1;1;1;1\n100;100;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;\n```\n\nExample of output file (out.txt):\n```\n100\nNO\n5;7\nNO\n15;9;5;1\n2147483500;100;40;5;1;1\n100\n```\n\n# Missing\n\nI was going to add an extra cache to avoid checking the same paths. But didn't! =]","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasraoni%2Fnotes-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonasraoni%2Fnotes-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonasraoni%2Fnotes-finder/lists"}