How to Create a Dictionary in C

Published: 15 February 2021
on channel: Eric O Meehan
17,687
245

Implementing data structures in the C programming language.

The dictionary is an unordered collection of key/value pairs, and one can be implemented in C using a binary search tree. To accomplish this, we will need to utilize concepts of object oriented programming.

This project is part of an open source library of tools available for download on GitHub:
https://github.com/HomoDeusOfficial/h...

Geeks for Geeks Article:
https://www.geeksforgeeks.org/python-...



00:00 - 04:12 What is a dictionary?
04:13 - 10:35 Entry Object
10:36 - 18:09 Dictionary Object
18:10 - 27:52 Insert and Search
27:53 - 30:13 OOP in C


Watch video How to Create a Dictionary in C online without registration, duration hours minute second in high quality. This video was added by user Eric O Meehan 15 February 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 17,687 once and liked it 245 people.