Browsing Tag
computerscience
53 posts
Facade Pattern
What is Facade Pattern? Facade pattern is a structural pattern that provides a unified interface to a set…
Choosing data structures for Advent of Code 2018 Day 24
How should I store the fighters in a battle with complex interactions? Mild spoilers for Advent of Code…
Roadmap to Learning C Programming
Learning C programming is a thrilling and challenging endeavor, as it is a versatile and powerful language that…
⚡👨💻 Quantum Computers — How Will They Change the Future?
Imagine a computer so powerful it could crack any code, simulate molecules with incredible accuracy, and revolutionize fields…
Bitmasks are not so esoteric and impractical after all…
So an overly flashy title from one of my articles six years ago finally bit me in the…
Next in the Journey: Neuro-Symbolic AI
“The integration of deep learning with symbolic reasoning could lead to the next wave of AI advancements, potentially…
What is Recursion?
This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer. Explainer When defining an object…
Computer Science under 125 characters.
This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer. Explainer Assigning multiple complex tasks…
The Halting Problem
This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer. Explainer Can a program determine…
What is a Queue?
This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer. Explainer When you visit a…