Skip to content

Commit

Permalink
Implementation of Fibonacci Search in Java (Issue amanmehara#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitaccess007 committed Oct 23, 2020
1 parent 25905f3 commit 4bb3d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Java/Fibonacci Search/FibonacciSearch.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Search;

/* Copyright 2018 Aman Mehara
/* Copyright 2020 Sumit Sharma
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 4bb3d53

Please sign in to comment.