0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
Status
Brand

Showing 1 - 25 of 41 matches in All Departments

In Wild Maratha Battle (Hardcover): Michael Macmillan In Wild Maratha Battle (Hardcover)
Michael Macmillan
R858 Discovery Miles 8 580 Ships in 12 - 17 working days
Southey's Life of Nelson (Hardcover): Michael Macmillan Southey's Life of Nelson (Hardcover)
Michael Macmillan
R957 Discovery Miles 9 570 Ships in 12 - 17 working days
Data Structures and Algorithms with JavaScript (Paperback): Michael McMillan Data Structures and Algorithms with JavaScript (Paperback)
Michael McMillan
R1,089 R672 Discovery Miles 6 720 Save R417 (38%) In Stock

As an experienced JavaScript developer moving to server-side programming, you need to implement classic data structures and algorithms associated with conventional object-oriented languages like C# and Java. This practical guide shows you how to work hands-on with a variety of storage mechanisms--including linked lists, stacks, queues, and graphs--within the constraints of the JavaScript environment.

Determine which data structures and algorithms are most appropriate for the problems you're trying to solve, and understand the tradeoffs when using them in a JavaScript program. An overview of the JavaScript features used throughout the book is also included.

This book covers: Arrays and lists: the most common data structuresStacks and queues: more complex list-like data structuresLinked lists: how they overcome the shortcomings of arraysDictionaries: storing data as key-value pairsHashing: good for quick insertion and retrievalSets: useful for storing unique elements that appear only onceBinary Trees: storing data in a hierarchical mannerGraphs and graph algorithms: ideal for modeling networksAlgorithms: including those that help you sort or search dataAdvanced algorithms: dynamic programming and greedy algorithms

The Front Room - Diaspora Migrant Aesthetics in the Home (Paperback, Revised edition): Michael McMillan The Front Room - Diaspora Migrant Aesthetics in the Home (Paperback, Revised edition)
Michael McMillan
R699 Discovery Miles 6 990 Ships in 12 - 17 working days

The Front Room: Diaspora Migrant Aesthetics in the Home, originally published in 2009, has become a beloved and much-praised source, providing fascinating revelations into the post-war British experience of immigrants, the decoration of their living spaces and their position in society in relation to decolonisation. The 'front room' (emanating from the Victorian parlour) provides an outlet to respond to the feelings of displacement, exile and alienation and the rebuilding of a home in a strange land. Primarily concerned with Caribbean homes, The Front Room also looks at Moroccan, Surinamese, Antillean and Indonesian migrant groups in Holland-encompassing, through texts, archival documents and artistic photographs, the important cultural markers that are expressed through the domestic interiors of migrants. The author examines how this intimate space within the home raises issues of class, race, migration, aspiration, religion, family, gender, identity and alienation. He also looks at the transition from the colonial post-colonial modernity by placing the book in the context of his own family's migrant experience. While this revised edition includes updates of the original essays from leading social commentators Stuart Hall, Denise Noble, Carol Tulloch and Dave Lewis, as well as poems by Khadijah Ibrahiim and Dorothea Smartt, and paintings by Sonia Boyce, Kimathi Donkor and Njideka Akunyili Crosby. It also examines the iteration of the 'front room' in post apartheid South Africa and discusses how sound system culture emerged from the front room, as well as adding to the rich oral histories from different generations reflecting on their personal experiences of the front room and discussing the artefacts and objects found in them in terms of their cultural significance. The Front Room documents how the 'Windrush' generation's settlement in Britain contributed to the making of multicultural society, and raises questions about our lived experience and notions of the 'home', as many more people globally look for a roof over their heads in the 21st century. The book is richly illustrated with intriguing photographs of installations based on front rooms of the time and the contemporary living room and their associated objects.

Fashionable Masculinities - Queers, Pimp Daddies, and Lumbersexuals (Hardcover): Vicki Karaminas, Adam Geczy, Pamela Church... Fashionable Masculinities - Queers, Pimp Daddies, and Lumbersexuals (Hardcover)
Vicki Karaminas, Adam Geczy, Pamela Church Gibson; Christopher Breward, Vicki Karaminas, …
R3,348 R3,031 Discovery Miles 30 310 Save R317 (9%) Ships in 12 - 17 working days
Data Structures and Algorithms Using C# (Paperback): Michael McMillan Data Structures and Algorithms Using C# (Paperback)
Michael McMillan
R1,298 Discovery Miles 12 980 Ships in 12 - 17 working days

C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.

Data Structures and Algorithms Using C# (Hardcover, New): Michael McMillan Data Structures and Algorithms Using C# (Hardcover, New)
Michael McMillan
R3,334 R2,436 Discovery Miles 24 360 Save R898 (27%) Ships in 12 - 17 working days

C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.

Data Structures and Algorithms Using Visual Basic.NET (Paperback, New): Michael McMillan Data Structures and Algorithms Using Visual Basic.NET (Paperback, New)
Michael McMillan
R1,584 Discovery Miles 15 840 Ships in 12 - 17 working days

This is the first Visual Basic.NET book to provide a comprehensive discussion of the major data structures and algorithms. Here, instead of having to translate material on C++ or Java, the professional or student VB.NET programmer will find a tutorial on how to use data structures and algorithms and a reference for implementation using VB.NET for data structures and algorithms from the .NET Framework Class Library as well as those which must be developed by the programmer. In an object-oriented fashion, the author presents arrays and arraylists, linked lists, hash tables, dictionaries, trees, graphs, sorting and searching as well as more advanced algorithms, such as probabilistic algorithms and dynamic programming. His approach is very practical, for example using timing tests rather than Big O analysis to compare the performance of data structures and algorithms. This book can be used in both beginning and advanced computer programming courses that use the VB.NET language and, most importantly, by the professional VB programmer.

Object-Oriented Programming with Visual Basic.NET (Paperback): Michael McMillan Object-Oriented Programming with Visual Basic.NET (Paperback)
Michael McMillan
R1,460 Discovery Miles 14 600 Ships in 12 - 17 working days

Michael McMillan provides a complete presentation of the object-oriented features of the Visual Basic .NET language for advanced Visual Basic programmers. Beginning with an introduction to abstract data types and their initial implementation using structures, he explains standard OOP topics including class design, inheritance, access modifiers and scoping issues, abstract classes, design and implemention of interfaces and design patterns, and refactoring in VB.NET. More advanced OOP topics are included as well, such as reflection, object persistence, and serialization. To tie everything together, McMillan demonstrates sound OOP design and implementation principles through practical examples of standard Windows applications, database applications using ADO.NET, Web-based applications using ASP.NET, and Windows service applications.

Black and Asian Plays - Anthology (Paperback): Afia Nkrumah Black and Asian Plays - Anthology (Paperback)
Afia Nkrumah; Parv Bancil, Michael McMillan, Shelley Silas, Wayne Buchanan; Summary by …
R377 Discovery Miles 3 770 Ships in 12 - 17 working days

A play collection with an introduction by Afia Nkrumah and bibliography by Susan Croft Featuring five works by prominent Black and Asian playwrights. Harvest by Manjula Padmanabhan | Under their Influence by Wayne Buchanan | Calcutta Kosher by Shelley Silas | Made in England by Parv Bancil | Brother to Brother by Michael McMillan These five plays in this collection each give us a glimpse of a different world - from the poverty of a Bombay tenement in Harvest by Manjula Padmanabhan to the world of rock and pop in Made in England by Parv Bancil, from the fading grandeur of former wealth in Calcutta Kosher by Shelley Silas to the inside of a mental institution in Under their Influence by Wayne Buchanan and many voices collide in the tales from the city in Brother to Brother by Michael McMillan. Some of these plays have been commended by critics and won awards, going on tour nationally. A few have been broadcast or adapted for film. By publishing these texts, we aim to inspire further productions, perhaps in venues where little or no work by black and Asian writers has previously been performed. In addition, the book includes a unique list of published plays by black and Asian writers, compiled by Susan Croft, so that those looking for plays to study or perform can access the considerable body of work that now exists in libraries, bookshops and archives.

Southey's Life of Nelson (Paperback): Michael Macmillan Southey's Life of Nelson (Paperback)
Michael Macmillan
R730 Discovery Miles 7 300 Ships in 10 - 15 working days
In Wild Maratha Battle (Paperback): Michael Macmillan In Wild Maratha Battle (Paperback)
Michael Macmillan
R622 Discovery Miles 6 220 Ships in 10 - 15 working days
Fashionable Masculinities - Queers, Pimp Daddies, and Lumbersexuals (Paperback): Vicki Karaminas, Adam Geczy, Pamela Church... Fashionable Masculinities - Queers, Pimp Daddies, and Lumbersexuals (Paperback)
Vicki Karaminas, Adam Geczy, Pamela Church Gibson; Christopher Breward, Vicki Karaminas, …
R1,244 R1,145 Discovery Miles 11 450 Save R99 (8%) Ships in 12 - 17 working days
The Globe Trotter in India Two Hundred Years Ago, and Other Indian Studies (Paperback): Michael Macmillan The Globe Trotter in India Two Hundred Years Ago, and Other Indian Studies (Paperback)
Michael Macmillan
R592 R522 Discovery Miles 5 220 Save R70 (12%) Ships in 10 - 15 working days
Tales of Indian Chivalry (Hardcover): Michael Macmillan Tales of Indian Chivalry (Hardcover)
Michael Macmillan
R894 Discovery Miles 8 940 Ships in 10 - 15 working days
The Last of the Peshwas - A Tale of the Third Maratha War (Hardcover): Michael Macmillan The Last of the Peshwas - A Tale of the Third Maratha War (Hardcover)
Michael Macmillan
R893 Discovery Miles 8 930 Ships in 10 - 15 working days
The Last of the Peshwas (Hardcover): Michael Macmillan The Last of the Peshwas (Hardcover)
Michael Macmillan
R894 Discovery Miles 8 940 Ships in 10 - 15 working days
A Journey to Java (Hardcover): Michael McMillan A Journey to Java (Hardcover)
Michael McMillan
R980 Discovery Miles 9 800 Ships in 10 - 15 working days
Life of Nelson... (Paperback): Robert Southey, Michael Macmillan Life of Nelson... (Paperback)
Robert Southey, Michael Macmillan
R907 R763 Discovery Miles 7 630 Save R144 (16%) Ships in 10 - 15 working days

This is a reproduction of a book published before 1923. This book may have occasional imperfections such as missing or blurred pages, poor pictures, errant marks, etc. that were either part of the original artifact, or were introduced by the scanning process. We believe this work is culturally important, and despite the imperfections, have elected to bring it back into print as part of our continuing commitment to the preservation of printed works worldwide. We appreciate your understanding of the imperfections in the preservation process, and hope you enjoy this valuable book. ++++ The below data was compiled from various identification fields in the bibliographic record of this title. This data is provided as an additional tool in helping to ensure edition identification: ++++ Life Of Nelson Robert Southey, Michael MacMillan Macmillan and Co., 1892

The Promotion of General Happiness (Paperback): Michael Macmillan The Promotion of General Happiness (Paperback)
Michael Macmillan
R667 Discovery Miles 6 670 Ships in 10 - 15 working days

This scarce antiquarian book is included in our special Legacy Reprint Series. In the interest of creating a more extensive selection of rare historical book reprints, we have chosen to reproduce this title even though it may possibly have occasional imperfections such as missing and blurred pages, missing text, poor pictures, markings, dark backgrounds and other reproduction issues beyond our control. Because this work is culturally important, we have made it available as a part of our commitment to protecting, preserving and promoting the world's literature.

Southey's Life of Nelson (1892) (Paperback): Robert Southey Southey's Life of Nelson (1892) (Paperback)
Robert Southey; Edited by Michael Macmillan
R957 Discovery Miles 9 570 Ships in 10 - 15 working days
In Wild Maratha Battle - A Tale of the Days of Shivaji (1905) (Hardcover): Michael Macmillan In Wild Maratha Battle - A Tale of the Days of Shivaji (1905) (Hardcover)
Michael Macmillan
R1,131 Discovery Miles 11 310 Ships in 10 - 15 working days

This scarce antiquarian book is a selection from Kessinger PublishingA AcentsAcentsa A-Acentsa Acentss Legacy Reprint Series. Due to its age, it may contain imperfections such as marks, notations, marginalia and flawed pages. Because we believe this work is culturally important, we have made it available as part of our commitment to protecting, preserving, and promoting the world's literature. Kessinger Publishing is the place to find hundreds of thousands of rare and hard-to-find books with something of intere

Tales Of Indian Chivalry (1901) (Paperback): Michael Macmillan Tales Of Indian Chivalry (1901) (Paperback)
Michael Macmillan; Illustrated by Paul Hardy
R720 Discovery Miles 7 200 Ships in 10 - 15 working days

This scarce antiquarian book is a selection from Kessinger Publishing's Legacy Reprint Series. Due to its age, it may contain imperfections such as marks, notations, marginalia and flawed pages. Because we believe this work is culturally important, we have made it available as part of our commitment to protecting, preserving, and promoting the world's literature. Kessinger Publishing is the place to find hundreds of thousands of rare and hard-to-find books with something of interest for everyone

Scott's Marmion - A Tale of Flodden Field, in Six Cantos (1899) a Tale of Flodden Field, in Six Cantos (1899) (Paperback):... Scott's Marmion - A Tale of Flodden Field, in Six Cantos (1899) a Tale of Flodden Field, in Six Cantos (1899) (Paperback)
Walter Scott; Edited by Michael Macmillan
R901 Discovery Miles 9 010 Ships in 10 - 15 working days

This scarce antiquarian book is a facsimile reprint of the original. Due to its age, it may contain imperfections such as marks, notations, marginalia and flawed pages. Because we believe this work is culturally important, we have made it available as part of our commitment for protecting, preserving, and promoting the world's literature in affordable, high quality, modern editions that are true to the original work.

In Wild Maratha Battle - A Tale Of The Days Of Shivaji (1905) (Paperback): Michael Macmillan In Wild Maratha Battle - A Tale Of The Days Of Shivaji (1905) (Paperback)
Michael Macmillan
R771 Discovery Miles 7 710 Ships in 10 - 15 working days

This scarce antiquarian book is a selection from Kessinger PublishingA AcentsAcentsa A-Acentsa Acentss Legacy Reprint Series. Due to its age, it may contain imperfections such as marks, notations, marginalia and flawed pages. Because we believe this work is culturally important, we have made it available as part of our commitment to protecting, preserving, and promoting the world's literature. Kessinger Publishing is the place to find hundreds of thousands of rare and hard-to-find books with something of intere

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Die Wonder Van Die Skepping - Nog 100…
Louie Giglio Hardcover R279 R210 Discovery Miles 2 100
Knock At The Cabin
Dave Bautista, Jonathan Groff, … DVD R133 Discovery Miles 1 330
Loot
Nadine Gordimer Paperback  (2)
R383 R310 Discovery Miles 3 100
Bestway Heavy Duty Repair Patch
R30 R24 Discovery Miles 240
Casio LW-200-7AV Watch with 10-Year…
R999 R884 Discovery Miles 8 840
Casals 22 Piece Steel Hand Tool Set…
 (1)
R399 Discovery Miles 3 990
What's Happening To Me?
Susan Meredith Paperback  (2)
R236 R170 Discovery Miles 1 700
Loot
Nadine Gordimer Paperback  (2)
R383 R310 Discovery Miles 3 100
Lucky Plastic 3-in-1 Nose Ear Trimmer…
R289 Discovery Miles 2 890
Andro Vita Pheromone Women Scented (2ml)
R109 R89 Discovery Miles 890

 

Partners