Pinned Repositories
Bookings-Reservation-App
Cogs-108-Note
Note in cogs108 lectures
COGS108_Repo
COGS108 Assignment
cppReview
FileSystem_Store_Engine
home
The personal website/portfolio template by Hashir Shoaib. Built using React and Bootstrap.
Leetcode
MyTinyRenderer
RayTracer
Tetris
Brendon3Tang's Repositories
Brendon3Tang/Bookings-Reservation-App
Brendon3Tang/Cogs-108-Note
Note in cogs108 lectures
Brendon3Tang/COGS108_Repo
COGS108 Assignment
Brendon3Tang/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
Brendon3Tang/FileSystem_Store_Engine
Brendon3Tang/home
The personal website/portfolio template by Hashir Shoaib. Built using React and Bootstrap.
Brendon3Tang/Leetcode
Brendon3Tang/MyTinyRenderer
Brendon3Tang/RayTracer
Brendon3Tang/Tetris
Brendon3Tang/DataStructureReview
Brendon3Tang/DS-ALGraph-using-adjcentList
Data Structure review of ALgraph-adjcent list. 用邻边表存储图。
Brendon3Tang/DS-BinarySearchTree
Data Strucuture review of BST
Brendon3Tang/DS-BinaryTree
Data Strucutre review of binary tree
Brendon3Tang/DS-DijkstraAlgorithm-usingMatrix
Data Structure review of Dijkstra Algorithm. Using matrix to present graph
Brendon3Tang/DS-EdgeGraph-Kruskal
Data Structure review of EdgeGraph and Kruskal algorithm.
Brendon3Tang/DS-HuffmanTree
Data Structure review of Huffman Tree
Brendon3Tang/DS-MGraph-PrimAlgorithm-usingMatrix
Data structure review of graph. Using static array to build the graph.
Brendon3Tang/DS-SparseMatrix
DataStructure review of SparseMatrix
Brendon3Tang/MyFirstPullRequest
To be used for the assignments in Cogs 108
Brendon3Tang/MyTinyRayTracer
Brendon3Tang/MyTinySTL
Achieve a tiny STL in C++11
Brendon3Tang/Note-App
Brendon3Tang/Overview
Overview and map of the organization, for the UCSD course COGS108: Data Science in Practice.
Brendon3Tang/reliable
A packet acknowledgement system for UDP
Brendon3Tang/sortAlgorithm
Data Structure review of sorting algorithms
Brendon3Tang/tickets_bot
Brendon3Tang/TikTok-API
Brendon3Tang/tinyRenderer
Brendon3Tang/TinyWebServer
:fire: Linux下C++轻量级Web服务器