Skip to content

Instantly share code, notes, and snippets.

View thrownullpointer's full-sized avatar

thrownullpointer

View GitHub Profile
#/usr/bin/env python
import json
import os
import sys
import requests
from requests.auth import HTTPBasicAuth
#jenkinsHookUpdate.py is used to easily update the jenkins hook for all repositories
#multiple projects can be passed in as a comma separated list
#An example of running this is below
#python jenkinsHookUpdate.py bbUsername bbPassword bbRepo http://your-host-name:2500/jenkins https://your-host.com/rest/api/1.0/projects/
@thrownullpointer
thrownullpointer / grokking_to_leetcode.md
Last active October 14, 2022 21:08 — forked from tykurtz/grokking_to_leetcode.md
Grokking the coding interview equivalent leetcode problems

GROKKING NOTES

These leetcode problems are similar to the problems found in grokking-the-coding-interview. Trying these leetcode problems after learning the patterns in grokking is worthwhile practice. The main advantage of grokking is a detailed explanation per problem and grouping problems under common patterns.

grokking can be permanently bought from here. Lifetime access is $79, but 20% off coupons frequently appear on the site. Subscription based access through educative.io is another option.

Pattern: Sliding Window