This is my second post and I am getting used to the function of things on here now! this is more of a theory question for computer science but, my question is what does this mean?
'Parsing a text file or data stream'
This is an assignment and the books and web sources I have consulted are old or vague. I have implemented a serializable interface on a SinglyLinkedList which saves/loads the file to/from the disk so it can be transferred/edited and accessed later on. Does this qualify for a sufficient achievement of the rather vague requirement?
things to note when considering this question:
I would appreciate the feedback
The process of "parsing" can be described as reading in a data stream of some sort and building an in-memory model or representation of the semantic content of that data, in order to facilitate performing some kind of transformation on the data.
Some examples: