Skip to content

Commit

Permalink
chore: update roadmap content json (#7990)
Browse files Browse the repository at this point in the history
Co-authored-by: kamranahmedse <[email protected]>
  • Loading branch information
github-actions[bot] and kamranahmedse authored Jan 7, 2025
1 parent 3c7761c commit e11ce51
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion public/roadmap-content/computer-science.json
Original file line number Diff line number Diff line change
Expand Up @@ -1852,8 +1852,18 @@
},
"vjMqqFsTxSjaiYxmliwLi": {
"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": [
{
"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",
"url": "https://www.youtube.com/watch?v=JrNF0KRAlyo",
Expand Down

0 comments on commit e11ce51

Please sign in to comment.