Skip to content

Instantly share code, notes, and snippets.

View rakshitraj's full-sized avatar
✌️
Hello World

Rakshit Raj rakshitraj

✌️
Hello World
View GitHub Profile
@rakshitraj
rakshitraj / reuters7.ipynb
Created September 3, 2020 22:07
reuters7.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / reuters6.ipynb
Created September 3, 2020 22:07
reuters6.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / reuters5.ipynb
Created September 3, 2020 22:05
reuters5.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / reuters4.ipynb
Created September 3, 2020 22:04
reuters4.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / reuters3.ipynb
Created September 3, 2020 22:03
reuters3.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / reuters2.ipynb
Created September 3, 2020 22:02
reuters2.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / reuters1.ipynb
Created September 3, 2020 22:01
reuters1.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / onesgroup.cpp
Created August 6, 2020 08:22
Ones group
#include <bits/stdc++.h>
using namespace std;
int a[100][100], vis[100][100];
int r, c, TotalOne;
int dx[] = {1, 1, 0, -1, -1, -1, 0, 1};
int dy[] = {0, 1, 1, 1, 0, -1, -1, -1};
@rakshitraj
rakshitraj / Counting pairs.py
Last active August 6, 2020 08:00
Counting pais with difference
def sort(array):
"""Sort the array by using quicksort."""
less = []
equal = []
greater = []
if len(array) > 1:
pivot = array[0]
for x in array:
@rakshitraj
rakshitraj / imdb2.ipynb
Last active July 11, 2020 22:30
imdb11.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.