Skip to content

Vishal singh module1#66

Open
vishalsingh456 wants to merge 3 commits intohotwax:mainfrom
vishalsingh456:vishalSingh-Module1
Open

Vishal singh module1#66
vishalsingh456 wants to merge 3 commits intohotwax:mainfrom
vishalsingh456:vishalSingh-Module1

Conversation

@vishalsingh456
Copy link

I have learned java. Using that I have implemented few concepts of data structure i.e., LinkedList, Queue, Stack, Tree, Graph, HashMap. I also learned the various techniques of HashMap.

Created wiki for the same. I have learned about git and git hub. Few commands in git from which I was unaware of. This Module really helped me in building my confidence in DSA.

Thanks to all my mentors.

}

public void bfs_main(int start) {
Queue<Integer> q = new LinkedList<>();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using predefine Collection framework classes is not allowed.

}
}

class Operation{
Copy link

@sadhanaa21 sadhanaa21 May 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Class name should be relevant, related and should follow Java standard naming conventions.

System.out.println("Enter 6 to exit.");
System.out.println("Enter your choice. ");
int option;
while(true){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using switch case will be more appropriate.

System.out.println();

}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Search function missing.

}

}
public static void main(String[] args) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exceptions should be handled in each and every program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants