Skip to content

This project documents ongoing efforts to enrich my understanding of CS concepts while learning TypeScript.

Notifications You must be signed in to change notification settings

Splode/practice-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Practice

This project documents ongoing efforts to enrich my understanding of CS concepts while learning TypeScript.

Data Structures

  • Arrays
    • Reversal
  • Singly Linked Lists
    • Traversal
    • Get
    • Insertion (push, unshift, @node)
    • Removal (pop, shift, delete)
    • Length
    • isEmpty
  • Circular Linked Lists
  • Doubly Linked Lists
  • Stacks
    • Push
    • Pop
    • Peek
    • Length
    • isEmpty
  • Queues
    • Enqueue
    • Dequeue
    • Peek
    • Length
    • isEmpty
  • Priority Queues
    • Enqueue
    • Dequeue
    • Peek
    • Length
    • isEmpty
  • Graphs
    • Add Vertex
    • Get Vertex, Vertices
    • Remove Vertex
    • Add Edge
    • Remove Edge
    • Count vertices, edges
  • Trees
  • Binary Trees
  • Hash Tables

Algorithms

Sorting

  • Bubble sort
  • Selection sort
  • Merge sort
  • Insertion sort
  • Quick sort

Searching

  • Linear search
  • Binary search
  • Breadth-first search
  • Depth-first search

About

This project documents ongoing efforts to enrich my understanding of CS concepts while learning TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published