pearcej / cppds

Problem Solving with Algorithms and Data Structures using C++
Other
11 stars 76 forks source link

add terms from 1.8 and 1.9 #393

Open solijonovam opened 11 months ago

solijonovam commented 11 months ago

add key terms from sections 1.8 and 1.9 to the index page

Description

terms needed to be added from 1.8: class, object terms needed to be added from 1.9: collection, Arrays, vector, strings, hash tables, Unordered Sets, immutable,

Version

cppds-v2

Motivation and Context

allows students to review terms and go to corresponding page without having to look through the whole textbook.

solijonovam commented 11 months ago

working on this