Skip to content

Commit 88ad612

Browse files
committed
docs(105, 106): minor refinements to React READMEs
1 parent 1b08a04 commit 88ad612

4 files changed

Lines changed: 0 additions & 30 deletions

File tree

  • Algorithm/BinaryTree/claude sonnet 4.6 extended
  • public/Algorithm/BinaryTree/claude sonnet 4.6 extended

Algorithm/BinaryTree/claude sonnet 4.6 extended/105. Construct Binary Tree from Preorder and Inorder Traversal/README_React.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,9 +1079,3 @@ <h3 className="mt-0 text-teal-800 text-lg font-bold outfit">
10791079
</script>
10801080
</body>
10811081
</html>
1082-
g)";
1083-
});
1084-
});
1085-
</script>
1086-
</body>
1087-
</html>

Algorithm/BinaryTree/claude sonnet 4.6 extended/106. Construct Binary Tree from Inorder and Postorder Traversal/README_React.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,12 +1072,3 @@ <h3 className="mt-0 text-teal-800 text-base font-bold mb-2">{currentStepData.tit
10721072
</script>
10731073
</body>
10741074
</html>
1075-
;
1076-
1077-
// Re-highlight code after React renders
1078-
requestAnimationFrame(() => {
1079-
if (window.Prism) Prism.highlightAllUnder(document.getElementById("react-steps"));
1080-
});
1081-
</script>
1082-
</body>
1083-
</html>

public/Algorithm/BinaryTree/claude sonnet 4.6 extended/105. Construct Binary Tree from Preorder and Inorder Traversal/README_React.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,9 +1079,3 @@ <h3 className="mt-0 text-teal-800 text-lg font-bold outfit">
10791079
</script>
10801080
</body>
10811081
</html>
1082-
g)";
1083-
});
1084-
});
1085-
</script>
1086-
</body>
1087-
</html>

public/Algorithm/BinaryTree/claude sonnet 4.6 extended/106. Construct Binary Tree from Inorder and Postorder Traversal/README_React.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,12 +1072,3 @@ <h3 className="mt-0 text-teal-800 text-base font-bold mb-2">{currentStepData.tit
10721072
</script>
10731073
</body>
10741074
</html>
1075-
;
1076-
1077-
// Re-highlight code after React renders
1078-
requestAnimationFrame(() => {
1079-
if (window.Prism) Prism.highlightAllUnder(document.getElementById("react-steps"));
1080-
});
1081-
</script>
1082-
</body>
1083-
</html>

0 commit comments

Comments
 (0)