You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dissembledstar edited this page Jul 29, 2013
·
1 revision
Goal: Teach a usage of github API, basics considerations for searching
Question: Given a commit hash, partial hash and author name, and author name plus commit message
Solution: Search for the names of the repositories for commits, and provide the hash of the string concatenation of the three repository names (i.e. sha1sum(repo1_name + repo2_name + repo3_name) )
Optionally the solution may be required in a short amount of time, s.t. a naive search solution would not suffice