c - How to determine if a dictionary contains a value? -


i'm working abstract data types in c , hoping me. how go figuring out if dictionary contains value? know how find key using containskey(), how same looking value?

thanks~~

since value can in dictionary, way detect whether value in dictionary iterate on entries of dictionary until find or reach end of dictionary.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -