All Questions
3 questions with no upvoted or accepted answers
2votes
0answers
3kviews
Roman numeral converter project
I have a project that is due for my Intro to Java course which requires me to translate the number range of 1 - 3999 into Roman numeral form. If the number I pick is 0 it will end my program, anything ...
1vote
0answers
487views
java - A* search algorithm
I'm having trouble with my homework implementing A* search algorithm in java, I'm given the graph, origin and destination, I had to follow some specific tasks in the homework so the code might be a ...
1vote
0answers
848views
getDayOfTheWeek function, without using built-in date libraries
I have an assignment to create a method to retrieve the proper day of the week for any given date, without using the Java calendar. After countless hours of trying to implement the algorithm in the ...