Skip to content

Instantly share code, notes, and snippets.

View dilagurung's full-sized avatar

Dila Ram Gurung dilagurung

View GitHub Profile
@dilagurung
dilagurung / tests_for_toptal_on_codility.py
Created November 11, 2021 11:23 — forked from 1st/tests_for_toptal_on_codility.py
My answers for tests on http://codility.com that I passed for company http://toptal.com I use Python language to solve problems.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Test that I passed on codility.com for TopTal company
#
# Task #1
def binary_gap(N):