All Projects → DSC-CETB → SeptoCode-21

DSC-CETB / SeptoCode-21

Licence: other
This September, get ready to beat your brains out for the GDSC Club. Starting from 20th September, all the contributors will be provided with simple programming questions,one per day, which can be written using any programming language of preference. The submissions will be accepted through Google Forms after thorough checking.

Projects that are alternatives of or similar to SeptoCode-21

competitive-programming
Programming Solutions for OJs and Algorithms
Stars: ✭ 35 (+75%)
Mutual labels:  competitive-programming
CodingNinjas-Eminence-CP-2018-
Repository for course EMINENCE 2018 by coding ninjas .
Stars: ✭ 39 (+95%)
Mutual labels:  competitive-programming
Mathball
A JavaScript library for Competitive Programming
Stars: ✭ 95 (+375%)
Mutual labels:  competitive-programming
training-gate-id
Materi TLX Training Gate, dalam Bahasa Indonesia
Stars: ✭ 40 (+100%)
Mutual labels:  competitive-programming
python-cp-cheatsheet
Python3 interview prep cheatsheet and examples
Stars: ✭ 407 (+1935%)
Mutual labels:  competitive-programming
Competitive-Coding-and-Interview-Problems
This repo contains some problem solutions from different popular coding platforms like Code Chef, Leet Code, Hacker Blocks,etc.
Stars: ✭ 54 (+170%)
Mutual labels:  competitive-programming
PrepBytes-questions
One can follow to excel in coding if you are a noob!!
Stars: ✭ 46 (+130%)
Mutual labels:  competitive-programming
test-case-generator
Test Case generator for competitive coding. Test case generator for competitive programming and potentially for software testing.
Stars: ✭ 28 (+40%)
Mutual labels:  competitive-programming
Competitive-Programming--Solution
This ia an public repository for Accepted solution of coding problems on different coding plateforms like codeforces , hackerearth, codechef , hackerrank .......
Stars: ✭ 24 (+20%)
Mutual labels:  competitive-programming
competitive-programming
A one stop resource for competitive programming.
Stars: ✭ 59 (+195%)
Mutual labels:  competitive-programming
GoogleCodeJam-2017
🏃 Python Solutions of All 27 Probelms in GCJ 2017
Stars: ✭ 53 (+165%)
Mutual labels:  competitive-programming
The-CP-Companion
Your ultimate destination for Competitive Coding this Hacktoberfest21
Stars: ✭ 21 (+5%)
Mutual labels:  competitive-programming
Coding-Questions
This Repository will house the competitive coding and interview questions. Please consider contributing to it if you think your solution could help the Open Source Community.
Stars: ✭ 19 (-5%)
Mutual labels:  competitive-programming
A2OJ-Enhancer
Chrome extension to enhance the functionality of static A2OJ site.
Stars: ✭ 36 (+80%)
Mutual labels:  competitive-programming
CS-97SI
Solutions to "CS 97SI: Introduction to Competitive Programming Contests" by Stanford University
Stars: ✭ 24 (+20%)
Mutual labels:  competitive-programming
OI-wiki
🌟 Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
Stars: ✭ 12,821 (+64005%)
Mutual labels:  competitive-programming
mazandi
✅ solved.ac 잔디를 예쁘게 보여주는 프로필 카드 API
Stars: ✭ 113 (+465%)
Mutual labels:  competitive-programming
USACO
Algorithms, data structures, and problems in competitive programming up to USACO Platinum
Stars: ✭ 34 (+70%)
Mutual labels:  competitive-programming
fridge
Fridge for Codechef: An android app for downloading and browsing questions and contests from codechef.com offline
Stars: ✭ 17 (-15%)
Mutual labels:  competitive-programming
cpalgorithms
Algorithms and Techniques for competitive programming
Stars: ✭ 16 (-20%)
Mutual labels:  competitive-programming

Septocode 21

Septocode

Hello Everyone!👋

Septocode 21 is a 21 days programming event for students to develop basic programming skills which will be helpful to them while working in various domains in future while inculcating a habit to code daily.🧑💻

Starting from 21st September, all the contributors will be provided with simple programming questions, one per day, which can be written using any programming language such as C/C++/Java/Python or any language of preference and will be submitted every day. The contributor has to submit the code and the output generated through google forms which will be accepted after thorough checking. 👨‍💻

Steps to Follow: ✍️

  • The question of each day will be available from the start of the day.
  • The submission form will be open from 10:00am to 11:59pm each day.
  • Check the question of the day in the GitHub repository. (You may download the question or fork the repository)
  • Download the test cases file.
  • You can then start working on the question.

Submission Guidelines 📘

  • The google form mentioned below is where the code file and output file are to be submitted on a daily basis.⏲️

    Google form - submission_link
    Sunday Ideation - submission_link

  • To generate the output file, follow the below instructions in the command prompt:

    • Firstly, make sure that the code and input file are in the same directory.

    • Then from the directory, open command prompt.

    • Type the code shown below in the cmd for the language of your preference, to generate the output file to be submitted. This output should be the output of the test case (input_problem statement number.txt), e.g. - input_1.txt for day 1, provided with the problem statement.

      i. For C++/C

      g++/gcc file.cpp -o file.exe
      
      file.exe < ip.txt > op.txt
      

      ii. For Java

      javac file.java 
      
      java file < ip.txt > op.txt
      

      iii. For Python

      python file.py < ip.txt > op.txt
      

YouTube Link

We have provided a video for your better understanding of how to submit the files.

submission_demo (Please ctrl/cmd+click on the link, the thing you are trying doesn't work on github ) 🤷

Naming Convention:

The program files should be submitted, strictly following the naming convention mentioned.

The name format for the file submission is:

Code File: name_dayNo.extension

      Eg: RupeshMishra_day1.py(if your code is in python)         

Output File: name_dayNo_output.txt

      Eg: RupeshMishra_day1_output.txt

Programming Languages Used to generate Output Files:

  • C
  • C++
  • Java
  • Python

You are not bound to these 4 languages only. Feel free to code in any other language and contact us while facing any problems.

Plagiarism

There will be a very meticulous checking of all the code and output files so please refrain from performing any sort of plagiarism following which you will not be allowed to participate further in the event.

Note 📝

  • Only those partcipants who make a valid submission on each of the 21 days shall be eligible for the Certificate.

For Any Queries 🗣️

If you have any queries , please reach out to us on discord.

Discord

Happy Coding!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].