Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

imambungo/MyLinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Belajar Struktur Data

Membuat LinkedList sendiri.

Fitur

  • boolean add(int nilai)
  • boolean contains(int nilai)
  • void addFirst(int nilai)
  • void add(int index, int nilai)
  • void clear()
  • void tampilkan()
  • Node removeFirst()
  • Node removeLast()
  • Node remove(int index)
  • int get(int index)
  • int size()
  • int sum()
  • int getFirst()
  • int getLast()

About

Make my own Linked List

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages