aboutsummaryrefslogtreecommitdiff
path: root/sd.go
AgeCommit message (Expand)Author
2022-03-30Weigh incorrect answers more heavilyAnthony Wang
2022-03-30Add > prompt for keyAnthony Wang
2022-03-29Change segmentTree member functions to uppercaseAnthony Wang
2022-03-29Return from main function instead of os.exitAnthony Wang
2022-03-29Seed RNG if not debuggingAnthony Wang
2022-03-29More debug loggingAnthony Wang
2022-03-28Run gofumpt on everythingAnthony Wang
2022-03-28Move segment tree to separate fileAnthony Wang
2022-03-28Use seg[1] to keep track of sum instead of a sum varAnthony Wang
2022-03-28Make more of the output debugging outputAnthony Wang
2022-03-28Use struct for segmentTreeAnthony Wang
2022-03-28Verbose loggingAnthony Wang
2022-03-28Ask for user confirmation before showing valAnthony Wang
2022-03-28Remove extra ints in function declarationsAnthony Wang
2022-03-28Correctly upate database by maing sure it isn't lockedAnthony Wang
2022-03-28Choose random cardsAnthony Wang
2022-03-28Build segtree from sqlite fileAnthony Wang
2022-03-27Add segment tree implementationAnthony Wang
2022-03-27Don't use golang.org/x/termAnthony Wang
2022-03-27Run go mod tidyAnthony Wang
2022-03-27Add golang.org/x/term module for raw inputAnthony Wang
2022-03-27Add file with main functionAnthony Wang