Home Blog About Contact
Feature Image
Visualizing Knowledge Graphs and Generating Recommendations
Aug 1, 2023

Trumptech Path

#Visualization
Feature Image
Pathfinding using Rank-Pairing Heaps
Jul 31, 2023

Rank pairing heaps Introduction This is a header-only implementation of rank-pairing heaps (rp-heap) written in C++11. The idea of rp-heap is based on lazy binomial queue with the rank restriction to ensure the balance of half trees. Heap has wide applications like heapsort, k-smallest elements, Prim's algorithm and notably well-known Dijkstra's shortest-path algorithm. We are implementing this data structure because: * std::priority_queue does not support decrease-key * Fibonacci heap

#Data Structure
#C++
Feature Image
SvelteKit Cheat Sheet
Jul 29, 2023

SvelteKit is a powerful framework for building web applications that brings together the simplicity of Svelte's component-based approach with advanced features for routing, server rendering, and more.

#SvelteKit
#Svelte
Feature Image
A Exploration of Sleep Health and Lifestyle Factors
Jul 28, 2023

In this fast-paced modern life, sleep often becomes the lesser priority. Yet, far from just fighting off morning grogginess, proper sleep is a crucial health necessity. To delve deeper into how lifestyle choices intertwine with sleep, we’ll harness the power of data science. We’ll analyze the ‘Sleep Health and Lifestyle Dataset’ from Kaggle, which collected from 374 individuals with 13 variables depicting their sleep habits and daily routines. This dataset provides an intriguing chance to inve

#Data Analytics
#Tableau
Previous Page Next Page
Github
Linkedin
SoundCloud

© 2024 jamesy.dev