Skip to content

Commit

Permalink
Merge pull request #5 from lxzan/dev
Browse files Browse the repository at this point in the history
add indexed heap impl
  • Loading branch information
lxzan committed Dec 24, 2023
2 parents eab0fc9 + 9e26b14 commit c323dee
Show file tree
Hide file tree
Showing 12 changed files with 1,165 additions and 249 deletions.
23 changes: 23 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.go]
indent_style = tab
indent_size = 4

[Makefile]
indent_style = tab

[*.{yml,yaml}]
indent_style = space
indent_size = 2

[*.md]
indent_style = space
indent_size = 4

0 comments on commit c323dee

Please sign in to comment.