Skip to content

Commit c5b895b

Browse files
committed
Add files, streams and buffers
1 parent 5237a40 commit c5b895b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ https://github.com/HowProgrammingWorks/Set
3838
https://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

README.ru.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
4241
https://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), аппликативные функторы и монады

0 commit comments

Comments
 (0)