Skip to content

Commit 7cb8946

Browse files
committed
Consolidated posts
1 parent 7a7e042 commit 7cb8946

File tree

6 files changed

+54
-61
lines changed

6 files changed

+54
-61
lines changed

_posts/2018-10-05-comp-numb-sys.md renamed to _posts/2018-10-19-dec-psets.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
layout: post
3-
title: Computer Number Systems
4-
date: 2018-10-05 07:42:29
5-
summary: Resources for Computer Number Systems.
6-
author: Sanjit Bhat
3+
title: PSETS for December ACSL Topics
4+
date: 2018-10-19 07:42:29
5+
summary: Topics include Computer Number Systems, Recursion, and Program Simulation.
76
categories: comp1
87
---
98

9+
# Computer Number Systems
10+
1011
Computer number systems is the first of three topics in the December
1112
ACSL contest. In this short post, I'll go through the training material
1213
we used in our 9/28/2018 and 10/5/2018 meetings.
@@ -45,3 +46,12 @@ The above method actually has a name: Computational Thinking.
4546
In our training we'll embrace this idea more,
4647
approaching tough problems together and building these important skills.
4748

49+
# Recursion
50+
51+
I'm still in the process of writing solutions for the recursion
52+
problems. Consequently, I've attached the two TJ ICT problem sets
53+
[here]({{ site.url }}/cpt-blog/tutorials/Recursion.pdf) and
54+
[here.]({{ site.url }}/cpt-blog/tutorials/Recursion_Problems.pdf)
55+
56+
Stay tuned for the solutions and official write-ups of training material.
57+
As for now, we'll just go over this stuff verbally in our training.

_posts/2018-10-19-recursion.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

_posts/2018-11-09-c1-p1.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

_posts/2018-11-30-c1-p2.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

_posts/2018-11-30-dec-contests.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: post
3+
title: Practice Contests for December ACSL
4+
date: 2018-11-30 05:42:29
5+
author: Sanjit Bhat
6+
summary: Files from 2016-17 and 2017-18 December ACSL
7+
categories: info
8+
---
9+
10+
# 2016-17 Contest
11+
12+
* Short answers: [here]({{ site.url }}/cpt-blog/contests/16-17/c1/16-17-c1.pdf)
13+
14+
* Short answer solutions: [here]({{ site.url }}/cpt-blog/contests/16-17/c1/16-17-c1-sol.pdf)
15+
16+
* Coding problem: [here]({{ site.url }}/cpt-blog/contests/16-17/c1/16-17-c1-agram.pdf)
17+
18+
* Test data: [here]({{ site.url }}/cpt-blog/contests/16-17/c1/16-17-c1-agram.in)
19+
20+
* Correct outputs: [here]({{ site.url }}/cpt-blog/contests/16-17/c1/16-17-c1-agram_correct.out)
21+
22+
* Sanjit's solution to coding problem:
23+
[here]({{ site.url }}/cpt-blog/contests/16-17/c1/16-17-c1-agram_sanjit_bhat.java)
24+
25+
# 2017-18 Contest
26+
27+
* Short answers: [here]({{ site.url }}/cpt-blog/contests/17-18/c1/17-18-c1.pdf)
28+
29+
* Short answer solutions: [here]({{ site.url }}/cpt-blog/contests/17-18/c1/17-18-c1-sol.pdf)
30+
31+
* Coding problem: [here]({{ site.url }}/cpt-blog/contests/17-18/c1/17-18-c1-ninetynine.pdf)
32+
33+
* Test data: [here]({{ site.url }}/cpt-blog/contests/17-18/c1/17-18-c1-ninetynine.in)
34+
35+
* Correct outputs: [here]({{ site.url }}/cpt-blog/contests/17-18/c1/17-18-c1-ninetynine_correct.out)
36+
37+
* Sanjit's solution to coding problem:
38+
[here]({{ site.url }}/cpt-blog/contests/17-18/c1/17-18-c1-ninetynine_sanjit_bhat.java)

_posts/2018-12-05-code-style-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Coding Problem Style Guide
4-
date: 2018-12-05 05:42:29
3+
title: ACSL Coding Problem Style Guide
4+
date: 2020-12-05 05:42:29
55
summary: TODO's for the ACSL coding problem to ensure proper grading
66
author: Sanjit Bhat
77
categories: info

0 commit comments

Comments
 (0)