Skip to content

Nicholas Moy | Developer Blog and Project Website

  • Portfolio
    • Pyramid – Weightlifting Tracker and Planner
    • FanDota – Dota 2 Team Follower
    • CRWLR – Food Crawling Event Planner
    • Improving the way we can travel
    • Dungeon Defenders
  • Blog
  • About Nick
  • Let’s chat

Author Archives: admin

Discovering Data Structures – Linked List Traversal and a LeetCode problem

I was doing a problem on LeetCode the other day that had the following problem: Given a sorted linked list, delete all duplicates such that each element appear only once. An example input gave the following: Input: 1->1->2->3->3 Output: 1->2->3 Channeling Dave Chapelle like my last Linked List post, my mind went like… But thanks to […]

Posted byadminApril 5, 2020Posted inUncategorized
Nicholas Moy | Developer Blog and Project Website, Proudly powered by WordPress.