Skip to content

Commit

Permalink
todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas--graf committed Jan 22, 2018
1 parent f09f519 commit e92a765
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions todo.mdown
@@ -0,0 +1,41 @@
what is an algorithm
linear search
binary search

sorting algorithms

what is a data structure?
what is an abstract data type?
array
lists
hash tables
prefix tree
adjacency matrix VS adjacency list

regular expressions

parsing
top-down; depth-first, breadth-first
CKY; dynamic programming

pushdown automaton/RTN
stack VS heap/queue

xfst

TAG, dependency graphs

synchronous grammars, bimorphisms, inverted T-model

Programming:
docstrings
type annotations
*
set, frozenset
Counter
Ordered Dictionary
mutable VS immutable

tagging, stemming

why morphology isn't really about surface forms, why analysis is important

0 comments on commit e92a765

Please sign in to comment.