Skip to content

Instantly share code, notes, and snippets.

View akibeulah's full-sized avatar
🎯
Focusing

Akindele Beulah akibeulah

🎯
Focusing
View GitHub Profile
@akibeulah
akibeulah / SinglyLinkedListMergeSort.java
Created August 23, 2022 19:11
Merge Sort on Singly Linked List using Java
import java.util.ArrayList;
import java.util.List;
class SinglyLinkedList {
public Node head = null;
public Node tail = null;
class Node {
int data;
Node nextNode;
{
"Borno State": [
"Abadam",
"Askira/Uba",
"Bama",
"Bayo",
"Biu",
"Chibok",
"Damboa",
"Dikwa",