Live data from Hacker News

Show HN: Iron-Wolf – Wolfenstein 3D source port in Rust

github.com

31–32 of 32 posts

Re: Show HN: Iron-Wolf – Wolfenstein 3D source port in Rust

#31
post #4

Wolfenstein is peanuts compared to writing your own doubly linked list.

Not sure about that, but these are an awesome tutorials on linked list and related exercise problems [1],[2].

It's an old website for C programming from Stanford Uni by Nick Parlante [3].

For full blown treatment on linked list and doubly linked list please check this an excellent book Pointers on C by Kenneth Reek (1998) [4].

[1] Linked List Basics

http://cslibrary.stanford.edu/103/

[2] Linked List Problems:

http://cslibrary.stanford.edu/105/

[3] Essential C:

http://cslibrary.stanford.edu/101/

[4] Pointers on C:

https://archive.org/details/pointersonc0000reek

Re: Show HN: Iron-Wolf – Wolfenstein 3D source port in Rust

#32
post #4

Wolfenstein is peanuts compared to writing your own doubly linked list.

Not sure about that, but these are an awesome tutorials on linked list and related exercise problems [1],[2]. It's an old website for C programming from Stanford Uni by Nick Parlante [3]. For full blown treatment on linked list and doubly linked list please check this an excellent book Pointers on C by Kenneth Reek (1998) [4]. [1] Linked List Basics http://cslibrary.stanford.edu/103/ [2] Linked List Problems: http://…

I think they are likely referring to doubly linked lists in Rust, specifically.

See, for example:

https://rust-unofficial.github.io/too-many-lists/

https://news.ycombinator.com/item?id=22390662

Post reply on HN