Add the TypeScript code and docs for Chapter of Binary Search

This commit is contained in:
danielsss
2022-12-27 09:30:34 +11:00
parent 845a68d6f1
commit 67d7cba977
2 changed files with 70 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# EditorConfig is awesome: https://EditorConfig.org
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{ts,js,py,java,go,c,cpp,cs}]
charset = utf-8
# 4 space indentation
[*.{ts,js,py,java,go,c,cpp,cs}]
indent_style = space
indent_size = 4