den-run-ai / mipt-course

Automatically exported from code.google.com/p/mipt-course
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Hash map. #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Написать hash map со стандартным набором 
методов, типа Insert, Find, Erase, итераторами, и со 
стратегией разрешения коллизий типа chaining.

Original issue reported on code.google.com by adech...@gmail.com on 25 Nov 2012 at 9:15

GoogleCodeExporter commented 9 years ago
Хотелось бы также увидеть порядок, в 
котором ты собираешься реализовывать 
перечисленные фичи. 

Original comment by timurrrr on 26 Nov 2012 at 11:41

GoogleCodeExporter commented 9 years ago
1. Put, Get по ключу, Erase по ключу.
2. Итераторы. Поиск, удаление с их помощью.
3. Хеш функции для некоторых стандартных 
типов данных.

Original comment by adech...@gmail.com on 28 Nov 2012 at 7:40

GoogleCodeExporter commented 9 years ago

Original comment by timurrrr on 28 Nov 2012 at 7:51

GoogleCodeExporter commented 9 years ago

Original comment by timurrrr on 28 Nov 2012 at 7:52

GoogleCodeExporter commented 9 years ago

Original comment by timurrrr on 10 Dec 2012 at 3:30

GoogleCodeExporter commented 9 years ago
Юра, поможешь с ревью реализации?

Original comment by timurrrr on 12 Dec 2012 at 6:36

GoogleCodeExporter commented 9 years ago
Помогу.

Original comment by mipt.vi...@gmail.com on 13 Dec 2012 at 11:30

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r512.

Добавлены тесты и интерфейс.

Original comment by adech...@gmail.com on 31 Jan 2013 at 8:33