Skip to content

Commit fe75945

Browse files
committed
Fixes Python, Tries
Made Tires the Child of Parent Python with a grandparent of Language Re-arranged " Collection Tag to be before Content, removing the white space inbetween.
1 parent 25df94e commit fe75945

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Language/Python/Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: Python
44
nav_order: 1
55
parent: Language
6-
has_children: false
6+
has_children: true
77
---
88

99
{{ page.title }}

docs/Language/Python/Tries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: default
33
title: Tries
44
nav_order: 1
55
parent: Python
6+
grand_parent: Language
67
has_children: false
78
---
89

@@ -28,7 +29,6 @@ Tries tend to have a high space complexity, especially for large datasets with m
2829
3. Node Representation: Nodes in a trie can be implemented using arrays, linked lists, or other data structures. The choice of representation impacts both time and space complexity.
2930

3031
{: .example }
31-
3232
```python
3333
# Implementation Example of a Depth First Search within the Trie.
3434

0 commit comments

Comments
 (0)