Change CRLF to LF

This commit is contained in:
Aly 2020-11-01 09:10:21 -08:00
parent 89d09bf029
commit 508388232a
21 changed files with 188 additions and 186 deletions

View File

@ -9,6 +9,7 @@
}, },
"git.enableSmartCommit": true, "git.enableSmartCommit": true,
"git.postCommitCommand": "sync", "git.postCommitCommand": "sync",
"files.eol": "\n",
"files.exclude": { "files.exclude": {
"**/node_modules": true "**/node_modules": true
}, },

View File

@ -7,6 +7,7 @@
- Implemented `get` and partially implemented `put` on a `HashTableChain`. A - Implemented `get` and partially implemented `put` on a `HashTableChain`. A
`HashTableChain` is made up of an array of linked lists, where the array `HashTableChain` is made up of an array of linked lists, where the array
index corresponds to some modulo of the hashcode of the key. index corresponds to some modulo of the hashcode of the key.
- Discussed
[//begin]: # "Autogenerated link references for markdown compatibility" [//begin]: # "Autogenerated link references for markdown compatibility"
[Minecraft, but it's Everywhere At The End Of Time]: ..\minecraft-but-its-everywhere-at-the-end-of-time "Minecraft, but it's Everywhere At The End Of Time" [Minecraft, but it's Everywhere At The End Of Time]: ..\minecraft-but-its-everywhere-at-the-end-of-time "Minecraft, but it's Everywhere At The End Of Time"