Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Advanced Data Structures? 118

mdf356 asks: "It's been 5 years since I left graduate school and started designing and writing software for a living. After 5 years of writing operating systems code, I feel like I've forgotten some of the more advanced data structures I used to know. The next time an interesting problem arises, I'd like to have more in my toolbox than hashes, linked lists, heaps and various binary and n-way trees. I'd like something short and sweet, more in the line of the standard C book. Algorithm Design by Kleinberg and Tardos looks likely to be too basic, but I haven't read it (I'd like to avoid paying $90 for something that won't meet my needs). CLR is far too large and almost exclusively covers basic territory. Tarjan's Data Structures book looks like it has potential, but seems focused on network algorithms, which are unlikely to be applicable to the kernel programming I do. What are some good reference books on more advanced data structures and algorithms, particularly ones with potential applicability to an operating systems kernel?"

Industrial Strength Open Source Code? 68

dnnrly asks: "I work for a company that writes software for the pharmaceutical industry. We have to work in quite a tight regulatory environment because some of our code ends up in the process of drug testing. Seeing as the FDA are quite picky about making sure that there can be no errors in testing new drugs, our clients have strict rules that we must follow for coding. We have to review all of the code that is written, making sure that everything is traceable to a design specification. Where we use 3rd party software/code we have to make sure that it comes from an ISO9000 source. This is a bit of a problem when we would like to use open source stuff in our code. Projects like log4net and NUnit would be tremendously useful in our code but we're not allowed to use them because they don't tick the right boxes. Now, *I* know that these projects (and others) are incredibly stable just because of the volume of use that they have seen but that isn't enough for some people. How can we certify such software?"

Cutting Off an Over-Demanding End-User? 466

SpaceNeeded asks: "Numbers of you will probably recognize the start of the situation. Because I work with systems, I perform occasional builds. This occasionally crosses over to support (especially where it's my kit I'm asked to support). This isn't a problem, nor is it a problem when I get the occasional support query from someone I haven't supplied a system to, but who needs assistance. This is all well and good, but I've had pretty poor year personally. I've lost two relatives and a third is in a pretty bad way in hospital. An eleven year relationship ended a couple of months back, and I'm now having to perform _all_ the domestic tasks that used to be shared. Between these few things and my regular job I'm finding I have a whole lot less time to allow to support calls. What methods do you know of for gently cutting off someone, support-wise?"

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...