Skip to content

Instantly share code, notes, and snippets.

View shubhsherl's full-sized avatar
🤓
Forever noob

Shubham Singh shubhsherl

🤓
Forever noob
View GitHub Profile
@shubhsherl
shubhsherl / array_sum.cpp
Last active March 28, 2020 08:57
CS422: Scribing 3 Cache friendly codes and its comparision
#include<bits/stdc++.h>
#define M 10000
#define N 10000
int a[M][N];
using namespace std;
using namespace std::chrono;
int sum_array_rows() {
int sum = 0;
@shubhsherl
shubhsherl / GSoC_Report_2019.md
Last active December 8, 2020 11:29
GSoC work submission.