Wednesday 5 December 2018

c - Array and Linked-list which is best in performance (in terms of access speed)

I am studying the concepts of array and linked list ,



Which is speed in terms of accessing and why ?



Can anyone clarify this ?




Thanks in Advance .

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...