Published 2018-07-15 02:02 Tagged on interview data-structure Data Structure Questions **1. What is data structure?** A data structure is a way of organizing data that considers not only the items stored, but also their relationship to each other. Advance knowledge about the relationship between data items allows designing of efficient algorithms for the manipulation of...
Published 2018-07-15 01:53 Tagged on interview Integer Value from a String: A Failure Story **_Interviewer:_** You mentioned in your résumé that you are proficient on C/C++. How many years have you used these two languages? **_Candidate:_** It has been six or seven years since I learned them at my university. **_Interviewer:_** Cool, it sounds like you are a veteran. Let’s...
Published 2018-07-15 01:43 Tagged on interview algorithms Lowest Common Ancestor Node in a Tree: A Success Story **_Interviewer:_** Are you ready for your interview? _**Candidate**:_ Yeah, I am ready. **_Interviewer:_** Would you please introduce me to your most recent project? **_Candidate:_** I finished a Multi-Target project in Civil 3D (software for civil engineering based on AutoCAD) a...