Giter Site home page Giter Site logo

Supriyo Sinha's Projects

coursera_capstone icon coursera_capstone

It is a repository on Applied Data Science Capstone course by Coursera. It is the last course of the Applied Data Science Specialization course offered by IBM

dotnet-crud icon dotnet-crud

Dot net crud web service and Angular frontend application

encoding icon encoding

Let's define a function f(x) for a positive integer x as follows: Consider the decimal representation of x (without leading zeros). Split it into the minimum number of contiguous subsequences of digits such that in each subsequence, all digits are identical. For each subsequence, look at its position in the original decimal representation of x. Let's say that the most significant digit it contained was the e-th digit, where e=0 corresponds to the least significant digit of x. For example, 388,822,442 can be split into subsequences "3", "888", "22", "44", "2", where e=7 for the sequence "888" and e=4 for the sequence "22". The value of a subsequence which contains a digit d repeated one or more times is d⋅10e. f(x) is the sum of values of these subsequences. For example, f(388,822,442)=3⋅108+8⋅107+2⋅104+4⋅102+2⋅100. There are two long integers L and R (with NL and NR digits respectively, without leading zeros). The password is the sum of f(x) for each x between L and R inclusive.

fire_alert icon fire_alert

IOT based fire alert using Node MCU ESP8266 and flame sensor and sending instant text on mobile and email when fire brokes out.

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.