# Activity 17: Data Structure Again

This activity focuses on revisiting fundamental concepts in data structures. We'll delve into various aspects of data organization, including arrays, linked lists, heaps, and their applications.

1. bookstable.component.html / bookstable.component.ts
    

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728023418843/35a31dee-da0c-42ce-9e5e-2cc300c097d0.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728023494131/b72485a5-99ed-4881-a5a0-927f281a18a7.png align="center")

2. employeetable.component.html / employeetable.component.ts
    

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728023553482/c5c06dfa-c8f4-496f-8f87-454491fd0fd1.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728023609714/57125579-b7df-47a8-8315-a2ed83bcc438.png align="center")

3. producttable.component.html / producttable.component.ts
    

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728023650470/da38eac1-2c05-41c2-8d3b-ea3c57b49c88.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728023713873/652dfc26-8a3f-4fea-82da-7cbcc8d44ebe.png align="center")

4. restauranttable.component.html / restauranttable.component.ts
    

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728023758682/099cac90-2589-4fcc-b6df-45a1cf330df7.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728023804552/932a21f4-8e5c-4f9a-8c6f-212980e6be5a.png align="center")

5. universitytable.component.html / universitytable.component.ts
    

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728023843772/07c6b2c2-93f6-4e0d-a07f-6d17a7ddbd86.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728023890775/7b2ce560-ab8f-4610-902f-07d5a7161a54.png align="center")

my output:

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728024022932/0aafc981-635a-46e3-bf0a-e4300d7362e7.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728024037800/6c782d41-3a1d-49bc-8a3a-d67f297eff1d.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728024050428/2ca71189-3d1c-470b-9d04-3f68dc9e9ba7.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728024061962/f4110e5f-5a60-4f48-9009-5f308379557e.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728024073613/6a30dfa6-32ec-4c73-a638-dbd8821bf128.png align="center")

my github link:

[https://github.com/Gerliedao-ayan/Activity17/tree/main](https://github.com/Gerliedao-ayan/Activity17/tree/main)
