Coder Social home page Coder Social logo

Tareq Idris's Projects

ideas icon ideas

The "ideas" repository for the raywenderlich.com book Mastering Git

knapsack icon knapsack

A knapsack (kind of shoulder bag) with limited weight capacity contain a few items each having some weight . which items should be placed into the knapsack such that the value or profit obtained by putting the items into the knapsack is maximum and the weight limit of the knapsack does not exceed.

knn-from-scratch icon knn-from-scratch

KNN is one of the famous classification algorithms. Here I have tried to implement it from scratch on a real life dataset (UCI Data Set)

kunth-morris-pratt-algorithm icon kunth-morris-pratt-algorithm

The Knuth-Morris-Pratt (KMP) algorithm allows efficient searching for patterns in non-indexed strings. The first step in the KMP algorithm is to construct the failure links automaton for the pattern that we need to search for then apply the search technique.

mvvm_note_app_kotlin icon mvvm_note_app_kotlin

Simple Note App with clean architecture, MVVM, Room Database, Navigation Components, Safe Args, and Search View Features included : 🗒️ Create , 📝 edit and ❌ delete notes.

python-oop-project icon python-oop-project

Building a simple program to store and retrieve all information about owned animals in the farm .

quick-scanner icon quick-scanner

Application for Android devices is a versatile tool designed to quickly and accurately scan various types of QR codes and barcodes.

sort-dna-suffixes icon sort-dna-suffixes

C++ program to sort DNA suffixes from a given fasta file using two method (Prefix Doubling , Quick Sort) with complexity (n log(n) , n^2 log(n) ) .

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.