Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 44e2d30

Browse files
complete task
1 parent bef3e8f commit 44e2d30

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

‎.gitignore‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,27 @@ Desktop.ini
124124
*~
125125
.merge_file*
126126

127+
######################
128+
# My files
129+
# ln -s ~/OneDrive/Authoring/dsaJS/asciidoc/book/Makefile .
130+
# ln -s ~/OneDrive/Authoring/dsaJS/asciidoc/book/Gemfile .
131+
# ln -s ~/OneDrive/Authoring/dsaJS/asciidoc/book/Gemfile.lock .
132+
# ln -s ~/OneDrive/Authoring/dsaJS/asciidoc/book/_conf .
133+
# ln -s ~/OneDrive/Authoring/dsaJS/asciidoc/book/_resources .
134+
# ln -s ~/OneDrive/Authoring/dsaJS/asciidoc/book/extensions .
135+
# ln -s ~/OneDrive/Authoring/dsaJS/asciidoc/book/fonts .
136+
# ln -s ~/OneDrive/Authoring/dsaJS/asciidoc/book/images .
137+
######################
138+
Gemfile
139+
Gemfile.lock
140+
Makefile
141+
_conf
142+
_resources
143+
extensions
144+
fonts
145+
images
146+
147+
127148
######################
128149
# Gradle Wrapper
129150
######################

‎notes.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Roadmap
2-
- [] PDF: callouts and emojis are not showing correctly
2+
- [x] PDF: callouts and emojis are not showing correctly
33
- [x] Writeup on balancing trees
44
- [ ] `BinaryTree` implementation on its own. So far, we only have BST.
55
- [ ] TreeSet should be able to store objects. Does it need a comparator? on BST in case node's values are not just numbers but also objects.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /