{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":739938497,"defaultBranch":"main","name":"InterestingProblems","ownerLogin":"BrandonDao","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-01-07T02:08:12.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/57156720?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1704593293.755247","currentOid":""},"activityList":{"items":[{"before":"aeacdf96352471b9da236e183ab7cc255083cab4","after":"3d8ff50a31765d02b044ff5b5e1872123d6c6ae6","ref":"refs/heads/main","pushedAt":"2024-02-18T03:15:51.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"BrandonDao","name":"Brandon","path":"/BrandonDao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57156720?s=80&v=4"},"commit":{"message":"Split C++ bank into .h and .cpp files\n - Also moved state switching to a function in BankAccount","shortMessageHtmlLink":"Split C++ bank into .h and .cpp files"}},{"before":"9cbc49e62a3bd27d06f9bff2431bd8f4ce3ec66a","after":"aeacdf96352471b9da236e183ab7cc255083cab4","ref":"refs/heads/main","pushedAt":"2024-02-17T04:01:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"BrandonDao","name":"Brandon","path":"/BrandonDao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57156720?s=80&v=4"},"commit":{"message":"Implemented a C++ solution for the bank state-pattern problem","shortMessageHtmlLink":"Implemented a C++ solution for the bank state-pattern problem"}},{"before":"1e9f7b57187bdacceba31b80ad1c851f3630725f","after":"9cbc49e62a3bd27d06f9bff2431bd8f4ce3ec66a","ref":"refs/heads/main","pushedAt":"2024-02-17T02:41:25.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"BrandonDao","name":"Brandon","path":"/BrandonDao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57156720?s=80&v=4"},"commit":{"message":"Implemented state-pattern on a classic bank account problem","shortMessageHtmlLink":"Implemented state-pattern on a classic bank account problem"}},{"before":"5c6c43932cf47bfcfd3199012be80df28f8b985b","after":"1e9f7b57187bdacceba31b80ad1c851f3630725f","ref":"refs/heads/main","pushedAt":"2024-02-03T04:59:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"BrandonDao","name":"Brandon","path":"/BrandonDao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57156720?s=80&v=4"},"commit":{"message":"broken solution","shortMessageHtmlLink":"broken solution"}},{"before":"f9dd591184f1725a4f11064635b02e51fd09f092","after":"5c6c43932cf47bfcfd3199012be80df28f8b985b","ref":"refs/heads/main","pushedAt":"2024-02-03T01:14:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"BrandonDao","name":"Brandon","path":"/BrandonDao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57156720?s=80&v=4"},"commit":{"message":"Did FizzBuzzNoIfs with some math manipulation and finding unique str with a letter count table","shortMessageHtmlLink":"Did FizzBuzzNoIfs with some math manipulation and finding unique str …"}},{"before":"a11ac934db331d86f1e63e3495e03e1b8f897116","after":"f9dd591184f1725a4f11064635b02e51fd09f092","ref":"refs/heads/main","pushedAt":"2024-01-24T06:15:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"BrandonDao","name":"Brandon","path":"/BrandonDao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57156720?s=80&v=4"},"commit":{"message":"Finished a O(2nm) trie-based solution\n - where n = num of inputs and m = num of bits in each\n - compared to a O(n^2) previous solution","shortMessageHtmlLink":"Finished a O(2nm) trie-based solution"}},{"before":"364aa2ea0c814c9147dc28935e4dbaf10d5c802b","after":"a11ac934db331d86f1e63e3495e03e1b8f897116","ref":"refs/heads/main","pushedAt":"2024-01-21T04:57:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"BrandonDao","name":"Brandon","path":"/BrandonDao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57156720?s=80&v=4"},"commit":{"message":"Did many more problems...","shortMessageHtmlLink":"Did many more problems..."}},{"before":"16d3de527a96b11727ba6a3a3453d7c97408af7d","after":"364aa2ea0c814c9147dc28935e4dbaf10d5c802b","ref":"refs/heads/main","pushedAt":"2024-01-20T00:50:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"BrandonDao","name":"Brandon","path":"/BrandonDao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57156720?s=80&v=4"},"commit":{"message":"Implemented a very memory heavy trie","shortMessageHtmlLink":"Implemented a very memory heavy trie"}},{"before":"c1de15077a861567f61050d796ba4b8f382cc82f","after":"16d3de527a96b11727ba6a3a3453d7c97408af7d","ref":"refs/heads/main","pushedAt":"2024-01-14T04:45:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"BrandonDao","name":"Brandon","path":"/BrandonDao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57156720?s=80&v=4"},"commit":{"message":"Further decreased memory usage. Need to change precomputed map to a trie to avoid hashing a string","shortMessageHtmlLink":"Further decreased memory usage. Need to change precomputed map to a t…"}},{"before":"f9e6bf51d3db57c17970d921ce5375f51fadc5fe","after":"c1de15077a861567f61050d796ba4b8f382cc82f","ref":"refs/heads/main","pushedAt":"2024-01-13T04:25:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"BrandonDao","name":"Brandon","path":"/BrandonDao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57156720?s=80&v=4"},"commit":{"message":"Fixed most bugs except for unnecessary GC while precomputing and editDistance of >1 is still unsupported","shortMessageHtmlLink":"Fixed most bugs except for unnecessary GC while precomputing and edit…"}},{"before":"eb7cf6f52265fcc7817b6e200c66debf43ab4d2d","after":"f9e6bf51d3db57c17970d921ce5375f51fadc5fe","ref":"refs/heads/main","pushedAt":"2024-01-07T04:26:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"BrandonDao","name":"Brandon","path":"/BrandonDao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57156720?s=80&v=4"},"commit":{"message":"Implemented a preliminary SymSpell algorithm but need to add editDistance and a ranking of potential words","shortMessageHtmlLink":"Implemented a preliminary SymSpell algorithm but need to add editDist…"}},{"before":null,"after":"eb7cf6f52265fcc7817b6e200c66debf43ab4d2d","ref":"refs/heads/main","pushedAt":"2024-01-07T02:08:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"BrandonDao","name":"Brandon","path":"/BrandonDao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/57156720?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD_aPdzwA","startCursor":null,"endCursor":null}},"title":"Activity · BrandonDao/InterestingProblems"}