What has happened to Fortress? Computer Science |
- What has happened to Fortress?
- Evaluation and denotation of pure LISP programs: a worked example in semantics - Gordon, Michael J. C. -- 1973
- Use of Treemap Collection of java as a sorting technique
- Computer Systems: "The Plumber's Paradise"
- Why should Programmers work more on Command Line than GUI?
What has happened to Fortress? Posted: 28 Aug 2018 09:21 AM PDT I recently came across the talk Four Solutions to a Trivial Problem - Guy Steele Jr., which goes into some detail about the programming language Fortress. This language, as presented in the talk, seems like a very good idea. However, on Wikipedia it is mentioned that it was discontinued, and the original home page is only visible using the Way Back machine.
[link] [comments] |
Posted: 28 Aug 2018 10:15 AM PDT |
Use of Treemap Collection of java as a sorting technique Posted: 28 Aug 2018 05:07 AM PDT Hello, I read that Treemap uses the Red Black Tree data structure to quickly make a sorted tree. Traversing a tree in the order required by the implementation can give us a sorted list then. Why can't we use this algorithm of using red black trees and patent it as another sorting algorithm? The treemap collection is available in java if anyone is not familiar with the same. It will sort the list in lesser time in worst cases as well than traditional sorting algorithms perhaps? Need feedback and your thoughts on this. Edit: I came to know that this is Tree Sort that runs in O(nlogn) time{worst case of O(n^2)} and came to know about it only after writing above post :| [link] [comments] |
Computer Systems: "The Plumber's Paradise" Posted: 28 Aug 2018 05:06 AM PDT |
Why should Programmers work more on Command Line than GUI? Posted: 28 Aug 2018 05:39 AM PDT |
You are subscribed to email updates from Computer Science: Theory and Application. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment