Skip to content
View sbdkim's full-sized avatar

Block or report sbdkim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sbdkim/README.md

πŸ’« About Me:

Hello, welcome to my Github!

🚒 Application Developer @ Wallenius Wilhelmsen
πŸŽ“ University of North Carolina at Chapel Hill | Class of 2019
πŸ‘¨πŸ»β€πŸ’» Enjoy doing random coding projects on the side
πŸ“ Currently based in Seoul, South Korea

🌐 Socials:

email

πŸ’» Tech Stack:

JavaScript Java HTML5 CSS3 Python C PowerShell Windows Terminal Cloudflare Azure Firebase Angular.js Bootstrap NodeJS React Spring Apache Apache Maven MongoDB Supabase Firebase MicrosoftSQLServer GitHub Git Notion Unity Power Bi

πŸ“Š GitHub Stats:




Popular repositories Loading

  1. List_ADT_with_Linked_Cells List_ADT_with_Linked_Cells Public

    LIST Implementation using Linked Cells, in Java

    Java

  2. Binary_Search_Tree Binary_Search_Tree Public

    Implement and test a Binary Search Tree in Java. Use linked cells (not arrays).

  3. Priority_Queue_Binary_Heap Priority_Queue_Binary_Heap Public

    Implement and test a minimum binary heap (priority queue) in Java.

    Java

  4. Splay_Tree_ADT Splay_Tree_ADT Public

    Implement and test a splay tree in Java.

    Java

  5. Basic_DiGraph_and_Topological_Sort Basic_DiGraph_and_Topological_Sort Public

    Implement and test a directed graph in Java. Use it to compute a topological sort for an input graph.

    Java

  6. Dijkstras_Single_Source_Shortest_Path_Algorithm Dijkstras_Single_Source_Shortest_Path_Algorithm Public

    Add a method to your digraph code. In this case, the digraph you work on will have weighted edges, and it may have cycles.

    Java