+ 3
What type of project you made in final year of graduation.? Minor and major
I am something confused with project . I learn only if else in collage and now I have to made a big project.
2 Answers
+ 2
I'm studying BA with a major in supply chain management. We had a course that focused on implementation of optimization techniques - we would implement algorithms mostly for the vehicle routing problem (ranging from construction heuristics to improvement methods), one had to solve those on a weekly basis. I'm currently working on a thesis in the same area in which I develop an evolutionary based metaheuristic for a vehicle routing problem - find best routes for goods delivery to a certain set of customers. I expect to spend about 6 months with this.
It's challenging, but hey, that's what I like about it :)
+ 1
Not a CS major here, but a linguistics major with a cognitive science minor. The biggest coding project I did in school was for a natural language processing class; for my final project, I decided to write a program which determines whether a given regular expression has valid syntax or not.
It took me about two weeks (most of which was debugging), and itâs the second biggest programming project Iâve done to date.