Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add chapter for Data structures #20

Merged
merged 26 commits into from
Aug 10, 2024
Merged

Add chapter for Data structures #20

merged 26 commits into from
Aug 10, 2024

Conversation

pedropark99
Copy link
Owner

@pedropark99 pedropark99 commented Aug 10, 2024

Related to #4 .

This PR adds a two new Chapters to the book related to Data Structures, Comptime and Generics in Zig. The first chapter explains what Data Structures are avaialable in the Zig Standard Library, and demonstrate how to use it. The second chapter explains of the key features of Zig, which is comptime, and explains how this feature is used to implement generics in Zig. This second chapter is also a chapter that uses a small project to demonstrate these concepts in practice.

@pedropark99 pedropark99 self-assigned this Aug 10, 2024
@pedropark99 pedropark99 linked an issue Aug 10, 2024 that may be closed by this pull request
@pedropark99 pedropark99 merged commit 282a024 into main Aug 10, 2024
@pedropark99 pedropark99 deleted the data-structures branch August 10, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chapter about Data Structures
1 participant