Question: I have this Java application for store Password and Id. I have use Map data structure. I want to search stored information by Name, Id
I have this Java application for store Password and Id. I have use Map data structure. I want to search stored information by Name, Id and Date. I need help to add a search data structure algorithm for that. Anyone could help me for that please. My code followed
importjava.io.BufferedWriter; importjava.io.File; importjava.io.FileWriter; importjava.io.IOException; importjava.io.PrintWriter; importjava.time.LocalDateTime; importjava.util.HashMap; importjava.util.Map; importjava.util.Scanner;
public class Users {
public static void main(String[] args) { Map
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
