mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-07-31 22:40:19 +02:00
Add datastructures and algorithms links
This commit is contained in:
@@ -153,15 +153,23 @@ import { TipItem } from '../components/GetStarted/TipItem';
|
|||||||
/>
|
/>
|
||||||
<RoadmapCard
|
<RoadmapCard
|
||||||
icon={Blocks}
|
icon={Blocks}
|
||||||
title='System Design'
|
title='Data Structures'
|
||||||
link='/system-design'
|
link='/datastructures-and-algorithms'
|
||||||
description='Learn how to design large scale systems and prepare for system design interviews.'
|
description='Learn all about data structures and algorithms.'
|
||||||
/>
|
/>
|
||||||
<RoadmapCard
|
|
||||||
icon={Blocks}
|
<RoadmapMultiCard
|
||||||
title='Software Design and Architecture'
|
roadmaps={[
|
||||||
link='/software-design-architecture'
|
{ title: 'System Design', link: '/system-design' },
|
||||||
description='Learn how to design and architect software systems.'
|
]}
|
||||||
|
description='Learn how to design large scale systems and prepare for system design interviews.'
|
||||||
|
secondaryRoadmaps={[
|
||||||
|
{
|
||||||
|
title: 'Design and Architecture',
|
||||||
|
link: '/software-design-architecture',
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
secondaryDescription='Or learn how to design and architect software systems.'
|
||||||
/>
|
/>
|
||||||
</RoleRoadmaps>
|
</RoleRoadmaps>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user