This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "nodes": [ | |
| {"atom": "H", "size": 1}, | |
| {"atom": "C", "size": 12}, | |
| {"atom": "N", "size": 14}, | |
| {"atom": "H", "size": 1}, | |
| {"atom": "C", "size": 12}, | |
| {"atom": "O", "size": 16}, | |
| {"atom": "N", "size": 14}, | |
| {"atom": "C", "size": 12}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "nodes": [ | |
| {"atom": "C", "size": 12}, | |
| {"atom": "H", "size": 1}, | |
| {"atom": "H", "size": 1}, | |
| {"atom": "H", "size": 1}, | |
| {"atom": "C", "size": 12}, | |
| {"atom": "C", "size": 12}, | |
| {"atom": "O", "size": 16}, | |
| {"atom": "N", "size": 14}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*============================================================================= | |
| | Assignment: Program #1: Short to Long Uniques Argument List | |
| | Author: Roey Chasman (rchasman@email.arizona.edu) | |
| | Grader: Sam Martin | |
| | | |
| | Course: 352 | |
| | Instructor: L. McCann | |
| | Due Date: 8/30/12 5:00pm | |
| | | |
| | Description: A program that accepts a variety of command-line arguments, |
NewerOlder