{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":457460549,"defaultBranch":"main","name":"interview_practice","ownerLogin":"branhoff","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-02-09T17:28:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/36856538?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1644427891.87652","currentOid":""},"activityList":{"items":[{"before":"84eda72856db9347537e9b5eabd9e4f3d66a9114","after":"452495c05726db037f8a087b7bac927073d276ea","ref":"refs/heads/main","pushedAt":"2024-04-26T04:47:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"solution for k-way merge","shortMessageHtmlLink":"solution for k-way merge"}},{"before":"10d268669eebf9fd1a64ab61f018af31a7a2b74a","after":"84eda72856db9347537e9b5eabd9e4f3d66a9114","ref":"refs/heads/main","pushedAt":"2024-04-13T21:15:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"initial solution for two_heaps pattern","shortMessageHtmlLink":"initial solution for two_heaps pattern"}},{"before":"7a292f74b65bc68601f172666546e0dec643798c","after":"10d268669eebf9fd1a64ab61f018af31a7a2b74a","ref":"refs/heads/main","pushedAt":"2024-04-03T21:34:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"adding solution to the problem for reversing a linked list","shortMessageHtmlLink":"adding solution to the problem for reversing a linked list"}},{"before":"36a0d6a8dc7a22dd1a8c1435d1196df93445c687","after":"7a292f74b65bc68601f172666546e0dec643798c","ref":"refs/heads/main","pushedAt":"2024-04-03T04:24:39.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"adding interview question from sbux's contracting recruiters","shortMessageHtmlLink":"adding interview question from sbux's contracting recruiters"}},{"before":"9017ec9c0319910aabc6f6c5870f55a08be8bfbf","after":"36a0d6a8dc7a22dd1a8c1435d1196df93445c687","ref":"refs/heads/main","pushedAt":"2024-04-02T04:24:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"adding repeated dna sequence problem","shortMessageHtmlLink":"adding repeated dna sequence problem"}},{"before":"2247603ebfa19dc14d6b26213f26ea0106727eab","after":"9017ec9c0319910aabc6f6c5870f55a08be8bfbf","ref":"refs/heads/main","pushedAt":"2024-03-28T00:40:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"matching naming convention for problems","shortMessageHtmlLink":"matching naming convention for problems"}},{"before":"427e6f274ef7c55362421fd9b6ab9af49bc51513","after":"2247603ebfa19dc14d6b26213f26ea0106727eab","ref":"refs/heads/main","pushedAt":"2024-03-27T21:49:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"ignore anything that starts with the word temp","shortMessageHtmlLink":"ignore anything that starts with the word temp"}},{"before":"8f1f875b49a2e76e81b5edbd0d8cede8632bd913","after":"427e6f274ef7c55362421fd9b6ab9af49bc51513","ref":"refs/heads/main","pushedAt":"2024-03-27T21:45:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"Add algorithm to determine if a number is a happy number\n\n- Implement an algorithm to check if a number is happy based on summing the squares of its digits.\n- Use fast and slow pointer approach to detect cycles.\n- Includes a main function to test the algorithm with various inputs.\n- Utilizes assertions to compare actual results against expected outcomes.","shortMessageHtmlLink":"Add algorithm to determine if a number is a happy number"}},{"before":"230c8ae577f68b200ac97b2dfbf242d41f8316ec","after":"8f1f875b49a2e76e81b5edbd0d8cede8632bd913","ref":"refs/heads/main","pushedAt":"2024-03-21T03:32:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"Adding palindrome validation problem with an additional wrinkle: check if a string that is passed in can still be a valid palindrome when removing a single character.","shortMessageHtmlLink":"Adding palindrome validation problem with an additional wrinkle: chec…"}},{"before":"77c99e56ee80b0d1fe5f853c66604ca14a0917ae","after":"230c8ae577f68b200ac97b2dfbf242d41f8316ec","ref":"refs/heads/main","pushedAt":"2024-03-17T05:30:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"refactoring current solutions to use two space separation rather than four space separation","shortMessageHtmlLink":"refactoring current solutions to use two space separation rather than…"}},{"before":"292d6e2086c7444369d288ea7b5879012ccfaea0","after":"77c99e56ee80b0d1fe5f853c66604ca14a0917ae","ref":"refs/heads/main","pushedAt":"2024-03-13T02:05:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"Refactor reverse_words to improve efficiency and readability\n\n- Removed dependency on `re` library for whitespace cleaning, enhancing readability and performance.\n- Introduced `trim_spaces` function to efficiently trim and handle spaces in the input string.\n- Renamed `str_rev` function to `reverse_segment` for better clarity on its purpose.\n- Optimized space trimming logic within `trim_spaces` to handle leading, trailing, and consecutive spaces more effectively.\n- Modified `main` function to include assertion tests for validating correctness with expected results, ensuring reliability of the refactoring.","shortMessageHtmlLink":"Refactor reverse_words to improve efficiency and readability"}},{"before":"a8cb1d38538fd27f79c023d57b29c158613fc25b","after":"292d6e2086c7444369d288ea7b5879012ccfaea0","ref":"refs/heads/main","pushedAt":"2024-03-06T20:14:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"adding the missing solution for removing the nth last node","shortMessageHtmlLink":"adding the missing solution for removing the nth last node"}},{"before":"a6b2ca4478b0c89886ec6c9dc9e102e61a68dad1","after":"a8cb1d38538fd27f79c023d57b29c158613fc25b","ref":"refs/heads/main","pushedAt":"2024-03-06T20:14:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"ignoring .idea directory and anything named temp","shortMessageHtmlLink":"ignoring .idea directory and anything named temp"}},{"before":"37eb47bcf781f967fb8ab3a7d727a9eba0ff8403","after":"a6b2ca4478b0c89886ec6c9dc9e102e61a68dad1","ref":"refs/heads/main","pushedAt":"2023-11-14T06:47:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"official grokking solution","shortMessageHtmlLink":"official grokking solution"}},{"before":"b583003dd549bb6bfac939e36e73b3bda2968cdd","after":"37eb47bcf781f967fb8ab3a7d727a9eba0ff8403","ref":"refs/heads/main","pushedAt":"2023-11-14T06:44:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"initial solution","shortMessageHtmlLink":"initial solution"}},{"before":"8bb192af26f9ac49d27ded3756e3185bbe4dd19b","after":"b583003dd549bb6bfac939e36e73b3bda2968cdd","ref":"refs/heads/main","pushedAt":"2023-11-07T05:39:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"adding solution to sort_colors","shortMessageHtmlLink":"adding solution to sort_colors"}},{"before":"561c1b828fc86cdb33fe77f7273eb558b5c71857","after":"8bb192af26f9ac49d27ded3756e3185bbe4dd19b","ref":"refs/heads/main","pushedAt":"2023-11-02T05:17:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"branhoff","name":"Brandon Hoffman","path":"/branhoff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36856538?s=80&v=4"},"commit":{"message":"restructuring based on material as of Oct 2023","shortMessageHtmlLink":"restructuring based on material as of Oct 2023"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0yNlQwNDo0NzowNi4wMDAwMDBazwAAAAQ6zQZM","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0yNlQwNDo0NzowNi4wMDAwMDBazwAAAAQ6zQZM","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMS0wMlQwNToxNzoyNC4wMDAwMDBazwAAAAOlh8d1"}},"title":"Activity · branhoff/interview_practice"}