Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 71f6294

Browse files
author infos added.
1 parent f350a92 commit 71f6294

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

‎src/search/BinarySearch.java‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
package search;
2-
2+
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3+
* Author: NJAD NISSI 安杰 *
4+
* COMPUTER SCIENCE ENGINEER *
5+
* PROGRAMMER IN C, CPP, JAVA, PYTHON. *
6+
* contact me at: njadnissi@gmail.com *
7+
** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
38
/**Binary search works only for sorted list of items.*/
49
public class BinarySearch {
510

‎src/sorting/DirectSorting.java‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
package sorting;
22

3+
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4+
* Author: NJAD NISSI 安杰 *
5+
* COMPUTER SCIENCE ENGINEER *
6+
* PROGRAMMER IN C, CPP, JAVA, PYTHON. *
7+
* contact me at: njadnissi@gmail.com *
8+
** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
39
public class DirectSorting {
410

511
static void sort(double[] numbers) {

‎src/sorting/SimpleSelectionSort.java‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
package sorting;
22

3+
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4+
* Author: NJAD NISSI 安杰 *
5+
* COMPUTER SCIENCE ENGINEER *
6+
* PROGRAMMER IN C, CPP, JAVA, PYTHON. *
7+
* contact me at: njadnissi@gmail.com *
8+
** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
39
public class SimpleSelectionSort {
410

511
static void sort(double[] numbers) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /