chore: update roadmap content json (#7990)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
pull/7996/head
github-actions[bot] 2 weeks ago committed by GitHub
parent 3c7761cbe8
commit e11ce51b09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      public/roadmap-content/computer-science.json

@ -1852,8 +1852,18 @@
}, },
"vjMqqFsTxSjaiYxmliwLi": { "vjMqqFsTxSjaiYxmliwLi": {
"title": "Endianess", "title": "Endianess",
"description": "Endianess is the order in which bytes are stored in memory. The two most common types of endianess are big endian and little endian. Big endian stores the most significant byte first, while little endian stores the least significant byte first.\n\nVisit the following resources to learn more:", "description": "Endianness is the order in which bytes are stored in memory. The two most common types of endianness are big endian and little endian. Big endian stores the most significant byte first, while little endian stores the least significant byte first.\n\nVisit the following resources to learn more:",
"links": [ "links": [
{
"title": "Endianness",
"url": "https://developer.mozilla.org/en-US/docs/Glossary/Endianness",
"type": "article"
},
{
"title": "Big-Endian vs Little-Endian Explained with Examples",
"url": "https://www.freecodecamp.org/news/what-is-endianness-big-endian-vs-little-endian/",
"type": "article"
},
{ {
"title": "Big Endian vs Little Endian.mp4", "title": "Big Endian vs Little Endian.mp4",
"url": "https://www.youtube.com/watch?v=JrNF0KRAlyo", "url": "https://www.youtube.com/watch?v=JrNF0KRAlyo",

Loading…
Cancel
Save