Git Product home page Git Product logo

kayeli dennis's Projects

awesome-courses icon awesome-courses

:books: List of awesome university courses for learning Computer Science!

awesome-ios icon awesome-ios

A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects

binarysearch icon binarysearch

First, you are to create a BinarySearch class, that inherits from the list class the following: the __init__() takes two integers as parameters, a and b. a is the length of the list to be created and b is the step or difference between consecutive values. It should also initialize an instance variablelength`, that returns the number of elements in the array Once you are done, create another method called search, it will take just one argument which is the value you are to find. The search function should return a dictionary object, which contains count, the number of times you function iterated to find the index of the number in question index, the index of the number in question The search method should implement the binary search algorithm, each time you iterate, you should increase the count, to test how efficient your implementation is.

code-challenges icon code-challenges

algorithm code challenges solutions (codility / hackerrank / eular / topcoder)

healthchecks icon healthchecks

Django app which listens for pings and sends alerts when pings are late

my-github icon my-github

A simple github profile viewer made using react js. I was just getting acquinted on the basics of react js

sample icon sample

Sample project for MVVM-based iOS app

swift icon swift

The Swift Programming Language

ui-using-html-and-css icon ui-using-html-and-css

This is a sample UI made using HTML and CSS. Lucky enough i have many projects around this and the sample code herein is just some design i made a while back

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.