Skip to content

Commit 1fde43f

Browse files
committed
Added Furhter Best Practise Fomattig Along With Commenting Explanations OF Each Function.
1 parent ce72e1b commit 1fde43f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

TreeGen/BST.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,6 @@ private static void IntroMenu()
869869

870870
switch (menuInput.ToUpper())
871871
{
872-
873872
case "1":
874873
Console.WriteLine("Generating Fixed BST...");
875874
Console.WriteLine(menuInput);
@@ -941,7 +940,6 @@ private static void DisplayMenu()
941940

942941
}
943942

944-
945943
public static void RunProgram()
946944
{
947945
IntroMenu();

0 commit comments

Comments
 (0)