Code Monkey home page Code Monkey logo

30dayshr's People

Contributors

7avinash avatar agrawroh avatar ankurg22 avatar ashok-varma avatar c650 avatar charlesluch avatar della-90 avatar dinerismail avatar gamereat avatar gangachris avatar gshguru avatar imkartikahuja avatar isopropylcyanide avatar jamesyjzhang avatar laxa avatar longhornrach avatar mayank-03 avatar misho-kr avatar munkey01 avatar ngocbd avatar pizzalol avatar pkmm91 avatar rhovland avatar runningelf avatar saivarunkolluru avatar shishirgupta avatar swinful avatar tamycova avatar tandrial avatar upa8 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

30dayshr's Issues

the day 28 java solution

The while loop will be infinite right? because you are no where decrementing the value of testcases

Day 10 in C

Anyone able to write a solution to Day 10 in C?

Java folders and New owner

Hi guys!

  1. For Java developers, should we add folders for specific java versions? @upa8
  2. Ill be hiking with no signal for 10 days, we need 1 or 2 volunteers to review the pull requests and merges to the main branch!!!

Upload solutions on the next day

Give atleast a days chance for the people to solve the problems. It would not be fair if anyone got the solutions here easily.

Anyways, keep up the good work!

Why can't we do it like this?

Day 5 soln.c

#include<stdio.h>
int main()
{
int n, i;
printf("");
scanf("%d",&n);

for(i=1; i<=10; ++i)
{
   printf(" %d x %d = %d\n",n,i,n*i);
}
return 0;

}

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.