Giter Site home page Giter Site logo

dibsprojects's Introduction

Hi, Dibyendu here 👋

Dibyendu Maji

Developer

Linkedin Instagram  Codechef


I am currently doing my B.Tech from Jalpaiguri Government Engineering College,Jalpaiguri.
I love to explore and learn about new things.
I'm fun to work with, I always like to learn new things from others as much as helping others solve their problems.
You know what else is fun! Learning code is.
Let's work for a better opensource, decentralized future.
A world where everything is free and everyone is free to experement, learn, survive and thrive.
Let's code for good.

dibyendu415

Thanks for visiting me


dibsprojects's People

Contributors

dibyendu415 avatar himanshusharma89 avatar prasanna28devadiga avatar

Watchers

 avatar  avatar

dibsprojects's Issues

circular matrix

to give a circular matrix of any order according to the users choice.

Program to find parity

Parity: Parity of a number refers to whether it contains an odd or even number of 1-bits. The number has “odd parity”, if it contains odd number of 1-bits and is “even parity” if it contains even number of 1-bits.

diamond pattern

a diamond patter with any character as entered by the user.

Julian date

Julian date is considered to be the number of elapsed days since the beginning of a particular year. For example, the Julian date in 3-digit format for the calendar date of 2012-02-15 would be 46 or 046.

Magic Square

The magic constant of a normal magic square depends only on n and has the following value:
M = n(n^2+1)/2

Count pairs whose sum is divisible by a given number k

Given an array, you have to count the number of pairs whose sum is divisible by a user entered number k.Try to provide optimal solution.That works for large array input and other than the iterative approach if possible.

c++ program to generate kaprekar number within a given range.

c++ program to generate kaprekar number within a given range.
Consider an n-digit number k. Square it and add the right n digits to the left n or n-1 digits.
If the resultant sum is k, then k is called a Kaprekar number.
For example, 9 is a Kaprekar number since

9^2=81 8+1=9,
and 297 is a Kaprekar number since

297^2=88209 88+209=297.
The first few are 1, 9, 45, 55, 99, 297, 703, ...

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.