File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,12 @@ https://github.com/HowProgrammingWorks/Set
3838https://github.com/HowProgrammingWorks/Collections
3939-->
4040
41+ ## Files, streams and buffers
42+
43+ 1 . [ Files] ( https://github.com/HowProgrammingWorks/Files ) and file system
44+ 2 . [ Buffers] ( https://github.com/HowProgrammingWorks/Buffers )
45+ 3 . File [ streams] ( https://github.com/HowProgrammingWorks/Streams )
46+
4147## Advanced Concepts
4248
4349 1 . [ Functors] ( https://github.com/HowProgrammingWorks/Functor ) , applicative functors and monads
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ https://github.com/HowProgrammingWorks/Set
3232 4 . Исследование [ производительности] ( https://github.com/HowProgrammingWorks/Benchmark ) кода
3333 5 . [ Заготовка проекта] ( https://github.com/HowProgrammingWorks/Project )
3434
35-
3635## Структуры данных
3736
3837 1 . [ Списки] ( https://github.com/HowProgrammingWorks/LinkedList ) : односвязные, двусвязный, кольцо
@@ -42,6 +41,12 @@ https://github.com/HowProgrammingWorks/Set
4241https://github.com/HowProgrammingWorks/Collections
4342-->
4443
44+ ## Файлы, потоки и буферы
45+
46+ 1 . [ Работа с файлами] ( https://github.com/HowProgrammingWorks/Files )
47+ 2 . [ Буферы] ( https://github.com/HowProgrammingWorks/Buffers )
48+ 3 . [ Файловые потоки] ( https://github.com/HowProgrammingWorks/Streams )
49+
4550## Продвинутые темы
4651
4752 1 . [ Функторы] ( https://github.com/HowProgrammingWorks/Functor ) , аппликативные функторы и монады
You can’t perform that action at this time.
0 commit comments