Skip to content

Commit b485882

Browse files
committed
adding the team notebook from 2016
1 parent 0849363 commit b485882

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+3186
-170
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ Release
2222
x64
2323
.vs
2424
*.exe
25+
26+
!suffix-array.pdf
27+
!cheat_sheet.pdf

97si_slides/suffix-array.pdf

248 KB
Binary file not shown.

OLD/filter.cc

Lines changed: 0 additions & 16 deletions
This file was deleted.

OLD/format_notebook.pl

Lines changed: 0 additions & 144 deletions
This file was deleted.

OLD/joined-2pages.pdf

-342 KB
Binary file not shown.

OLD/joined.pdf

-764 KB
Binary file not shown.

OLD/notebook_instructions.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

OLD/notebook_official_2014-15.pdf

-501 KB
Binary file not shown.

OLD/page_numbers.docx

-20.7 KB
Binary file not shown.

OLD/page_numbers.pdf

-118 KB
Binary file not shown.

TODO.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
* Add fast Hadamard transform for solving the following problem:
33
Given A[], B[], find C[] such that
44
C[i] = sum_j A[j] B[i xor j]
5+
* Error-check the codes in stanford-cardinal-16 and merge them to the existing code base.
File renamed without changes.

0 commit comments

Comments
 (0)