-
Notifications
You must be signed in to change notification settings - Fork 234
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 digital circuits section #751
Conversation
Section includes: basic logic gates, arithmetics circuits, switching circuits, memory circuits
The Label Bot has predicted the following:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to add digital circuits reference in main readme.
@shhossain I updated the main readme with a reference to digital circuit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was talking about this readme https://github.com/shhossain/computer_science/blob/main/README.md
I've added it in this commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for your valuable contribution! Looking forward to more great work from you!
@all-contributors add @namberino for docs |
I've put up a pull request to add @namberino! 🎉 |
Section includes: basic logic gates, arithmetic circuits, switching circuits, memory circuits
I added the digital circuit section, this section currently includes some basic circuits, later on this section could be expanded to include more complex circuits like ALU or Program counter. Maybe we could expand this to include how to build a simple CPU computer using digital circuits