From e11ce51b091e9e9aab75b04e61106d3003efda19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:54:15 +0600 Subject: [PATCH] chore: update roadmap content json (#7990) Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> --- public/roadmap-content/computer-science.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/roadmap-content/computer-science.json b/public/roadmap-content/computer-science.json index e6c58d650..d907cfa37 100644 --- a/public/roadmap-content/computer-science.json +++ b/public/roadmap-content/computer-science.json @@ -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",