Pinned Repositories
42-2022
This repo contains all my work done during 42 Main Curriculum 2022
algorithms
This repository features my custom implementations of Standard Template Library (STL) algorithms
bandwidth_saturation_test
cache_hierarchy_performance_exploration
The following repository contains the solution to the following problem: Implement a program that accesses an array with increasing stride sizes (e.g., step 1, 16, 64, 256) and measure access times. Explain how different cache levels (L1, L2, L3) affect performance due to locality.
CGI
coding-interview-university
A complete computer science study plan to become a software engineer.
cpp_09_ex02
Ford_Johnson Algorithm
DevOps-with-Docker
github-chapter-2-contributions
This repo is the final exercise of Git and Github course on Codedex
p_s
Final version of push_swap
AniDashyan's Repositories
AniDashyan/42-2022
This repo contains all my work done during 42 Main Curriculum 2022
AniDashyan/p_s
Final version of push_swap
AniDashyan/algorithms
This repository features my custom implementations of Standard Template Library (STL) algorithms
AniDashyan/bandwidth_saturation_test
AniDashyan/cache_hierarchy_performance_exploration
The following repository contains the solution to the following problem: Implement a program that accesses an array with increasing stride sizes (e.g., step 1, 16, 64, 256) and measure access times. Explain how different cache levels (L1, L2, L3) affect performance due to locality.
AniDashyan/CGI
AniDashyan/coding-interview-university
A complete computer science study plan to become a software engineer.
AniDashyan/cpp_09_ex02
Ford_Johnson Algorithm
AniDashyan/DevOps-with-Docker
AniDashyan/github-chapter-2-contributions
This repo is the final exercise of Git and Github course on Codedex
AniDashyan/github-chapter-2-sandbox
Intended for exercises 6-10 in Chapter 2 of Codédex's Git/GitHub course
AniDashyan/Hertie-Data-Science-Summer-School-2023
AniDashyan/inc
AniDashyan/inception
The following repo contains 42 school project inception. It is about docker and docker compose.
AniDashyan/libft
Aim of this project is to recreate some functions of standard c library
AniDashyan/Philosophers
This project is my implementation of the dining philosophers problem
AniDashyan/push_swap
This is push_swap. It's a sorting algorithm projects.
AniDashyan/push_swap_2
AniDashyan/Solidity-Remix
This repo contains implementations of ERC-20 and ERC-721 tokens
AniDashyan/row-major_vs_col-major
This repository explores the performance differences between row-major and column-major access patterns in 2D arrays
AniDashyan/SoA_vs_AoS
This repository contains a C++ program simulating thousands of quantum particles with properties (position, momentum, spin) using two memory layouts: Array of Structs (AoS) and Struct of Arrays (SoA). It implements computations (e.g., phase summation, spin updates), benchmarks memory usage and iteration speed, and analyzes cache efficiency.
AniDashyan/vector-vs-list-performance
This repo Compares the performance of vectors and lists for sorted insertion and random deletion.
AniDashyan/vector_vs_list_middle_intertion