Skip to content

issues Search Results · repo:nishantc1527/Algorithms-Java language:Java

Filter by

18 results
 (52 ms)

18 results

innishantc1527/Algorithms-Java (press backspace or delete to remove)

It s not spelled lot s . It s spelled lots .
  • schuelermine
  • 2
  • Opened 
    on Jun 24, 2020
  • #30

In the Fibonacci Heap, when I delete the min node while also trying to save the children, I lazily add all the children next to it. This is O(lg n), but it is possible to reduce it to O(1) by merging the ...
  • nishantc1527
  • Opened 
    on May 27, 2020
  • #28

Right now most of the package names are uppercase. That is because when I started, I accidentally left a lot of them uppercase before realizing my mistake. Points: 2 points per package.
  • nishantc1527
  • Opened 
    on May 26, 2020
  • #25

I think only one testing class for neural network is fine. Points: 15
  • nishantc1527
  • Opened 
    on May 13, 2020
  • #19

Right now, those 4 are the only classes without an explanation. Points; 20 per class
  • nishantc1527
  • Opened 
    on May 13, 2020
  • #18

Right now I don t have any time or space complexity analysis s. The space complexity is only sometimes needed. Points: 15 - 20 depending how good it is.
  • nishantc1527
  • Opened 
    on May 12, 2020
  • #17

Right now very few classes have javadoc. So, people looking at the classes can t tell certain things like does it allow null elements? or can you try to insert a duplicate? These things are supposed to ...
  • nishantc1527
  • Opened 
    on May 12, 2020
  • #16

For classes like sorting, data structures like Fibonacci heap and min heap, they only support ints. It would be nice if they took a generic value. Points: 10 for each class.
  • nishantc1527
  • Opened 
    on May 12, 2020
  • #15

In the graph theory section, in shortest path algorithms and single source shortest path, implement the A* shortest path algorithm. Points: 20
  • nishantc1527
  • Opened 
    on May 12, 2020
  • #14

Add a greedy algorithms section with a few problems. You can find some good problems here if you are having trouble looking for them. Make sure to add an explanation for each. Points: 40
  • nishantc1527
  • Opened 
    on May 12, 2020
  • #13
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub