Skip to content

Representing of the new set, using different data types

Notifications You must be signed in to change notification settings

shfyr/DataStructures

Repository files navigation

DataStructures

Representing of the set, using different data types

Task: create given set E, containing all letters of the set A that are not in the sets B, C, or D (E = A & ~(B | C | D). The set contains of lowercased latin letters.

The programm consists of 4 parts, each of wich represents the task using different data structures: array, linked list, arrray of bits, machine word.

About

Representing of the new set, using different data types

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages