Skip to content

RamziJabali/data-structures-java

Repository files navigation

Java Data Structures

Build Status

This project was to replicate Java built-in data structures for educational purposes.


RChar

  • getValueOf()
  • toUpperCase()
  • isDigit()
  • isLetter()
  • isEmpty()
  • isSpace()
  • isLowerCase()
  • isUpperCase()
  • toLowerCase()
  • toUpperCase()

RString

  • getRCharArray()
  • getSize()
  • getReverse()
  • isEmpty()

RArrayList

  • add(T)
  • removeData(T)
  • removeAtIndex(int)
  • removeAll()
  • getReverseArrayList()
  • getLast()
  • getFirst()
  • getAtIndex(int)
  • isEmpty()

RBinaryTree

  • insert(T)
  • doesContain(T)
  • removeData(T)
  • showTree()

Libraries

About

Reimplementation of Java data structures

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages