top of page



Current Time to be displayed
Search
![[Project 004] Spaceship Titanic: Predict Which Passengers Are Transported to An Alternate Dimension](https://static.wixstatic.com/media/da88c4_5ebc85f91fa34223a4d6e9f713e96975~mv2.jpg/v1/fill/w_333,h_250,fp_0.50_0.50,q_30,blur_30,enc_avif,quality_auto/da88c4_5ebc85f91fa34223a4d6e9f713e96975~mv2.webp)
![[Project 004] Spaceship Titanic: Predict Which Passengers Are Transported to An Alternate Dimension](https://static.wixstatic.com/media/da88c4_5ebc85f91fa34223a4d6e9f713e96975~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_avif,quality_auto/da88c4_5ebc85f91fa34223a4d6e9f713e96975~mv2.webp)
[Project 004] Spaceship Titanic: Predict Which Passengers Are Transported to An Alternate Dimension
Introduction The Spaceship Titanic competition on Kaggle is a classification problem, where the task is to predict whether a passenger on...
Zeyong Jin
Mar 27, 20232 min read
138 views
0 comments
![[Blog 012] Data Structures: Queue Implementation](https://static.wixstatic.com/media/da88c4_38ee2f61b39c4d86b2314968515d931f~mv2.jpg/v1/fill/w_333,h_250,fp_0.50_0.50,q_30,blur_30,enc_avif,quality_auto/da88c4_38ee2f61b39c4d86b2314968515d931f~mv2.webp)
![[Blog 012] Data Structures: Queue Implementation](https://static.wixstatic.com/media/da88c4_38ee2f61b39c4d86b2314968515d931f~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_avif,quality_auto/da88c4_38ee2f61b39c4d86b2314968515d931f~mv2.webp)
[Blog 012] Data Structures: Queue Implementation
Queue is a linear data structure in which elements are stored in First In First Out (FIFO) order. This means that the first element that...
Zeyong Jin
Jan 30, 20234 min read
14 views
0 comments
![[Blog 011] Data Structures: Queue Introduction](https://static.wixstatic.com/media/da88c4_38ee2f61b39c4d86b2314968515d931f~mv2.jpg/v1/fill/w_333,h_250,fp_0.50_0.50,q_30,blur_30,enc_avif,quality_auto/da88c4_38ee2f61b39c4d86b2314968515d931f~mv2.webp)
![[Blog 011] Data Structures: Queue Introduction](https://static.wixstatic.com/media/da88c4_38ee2f61b39c4d86b2314968515d931f~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_avif,quality_auto/da88c4_38ee2f61b39c4d86b2314968515d931f~mv2.webp)
[Blog 011] Data Structures: Queue Introduction
A queue is a linear data structure that operates on the principle of "first-in-first-out" or "FIFO." It is a collection of elements where...
Zeyong Jin
Jan 30, 20232 min read
8 views
0 comments
![[Blog 010] Data Structures: Stack](https://static.wixstatic.com/media/da88c4_38ee2f61b39c4d86b2314968515d931f~mv2.jpg/v1/fill/w_333,h_250,fp_0.50_0.50,q_30,blur_30,enc_avif,quality_auto/da88c4_38ee2f61b39c4d86b2314968515d931f~mv2.webp)
![[Blog 010] Data Structures: Stack](https://static.wixstatic.com/media/da88c4_38ee2f61b39c4d86b2314968515d931f~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_avif,quality_auto/da88c4_38ee2f61b39c4d86b2314968515d931f~mv2.webp)
[Blog 010] Data Structures: Stack
A stack is a linear data structure that follows the principle of Last In First Out (LIFO), where the last item added to the stack is the...
Zeyong Jin
Jan 30, 20231 min read
6 views
0 comments
bottom of page