We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b530f8 commit be223fdCopy full SHA for be223fd
src/components/Sidebar/SidebarLinks.tsx
@@ -18,7 +18,7 @@ export default function SidebarLinks() {
18
<LinkWithTooltip href="#array-string-building" description="efficient string building" />
19
</Accordion>
20
<Accordion title="Hash Map">
21
- <LinkWithTooltip href="#hashmap-number-of-subarrays" description="number of subarrays that fit an exact criteria" />
+ <LinkWithTooltip href="#hashmap-number-of-subarrays" description="find number of subarrays that fit an exact criteria" />
22
23
<Accordion title="Linked List">
24
<LinkWithTooltip href="#linkedlist-fast-and-slow-pointer" description="fast and slow pointer" />
0 commit comments