Skip to content

GreenHex/linked_list

Repository files navigation

Another linked list implementation.

  • Can't handle duplicates (will reject them).
  • Can't handle variable length strings (obviously, for such a naive implementation).
  • Add your own compare and print functions.

About

Another linked list implementation

Topics

Resources

License

Stars

Watchers

Forks