Python Data Structures and Algorithms Book بايثون هياكل البيانات والخوارزميات الكتاب
This Python book, هذا الكتاب بيثون ، Data Structures and Algorithms with Object-Oriented Design Patterns in Python هياكل البيانات والخوارزميات مع شيءيه في تصميم انماط بايثون , written by Bruno R. Preiss, teaches data structures and algorithms presented in the Python programming language. ، وكتب برونو ر preiss ، دروسا في هياكل البيانات والخوارزميات المعروضة في بيثون. Data structures and Algorithms are the fundamental pieces from which larger and more complex software components and applications are developed. هياكل البيانات والخوارزميات هي من القطع الأساسية التي الأكبر والأكثر تعقيدا البرمجيات والتطبيقات المتقدمه. This book will show and teach you the following: 1) how the information is arranged in the memory of the computer, 2) the algorithms for manipulating the information contained in the data structure, and 3) the performance characteristics of the data structure, so you can select an appropriate data structure for a given application. هذا الكتاب سوف يعلمك وتبين ما يلي : 1) كيفية ترتيب المعلومات في ذاكرة الحاسوب ، 2) خوارزميات لمعالجة المعلومات الواردة في البيانات هيكل ، و (3) اداء الخصائص المميزه للهياكل البيانات ، وذلك يمكنك اختيار مناسب هيكل البيانات لتطبيق معين. This book also illustrates object-oriented design and it promotes the use of common, object-oriented design patterns. Here are the author's other books, covering the same content, but for different programming languages: في هذا الكتاب يوضح شيءيه تصميم ويعزز استخدام المشترك ، شيءيه تصميم انماط وهنا المؤلف كتب أخرى ، وتغطى نفس المضمون ، ولكن بالنسبة لمختلف لغات البرمجه : C++ Book ج + + كتاب , ، Java Book كتاب جافا , ، C# Book ج # كتاب , ، Ruby Book روبي الكتاب , ، Lua Book Lua الكتاب , ، Perl Book كتاب بيرل , ، PHP Book بي. اتش. بى الكتاب .
Table of Contents for Data Structures and Algorithms with Object-Oriented Design Patterns in Python: قائمة المحتويات لهياكل البيانات والخوارزميات مع شيءيه تصميم انماط في بايثون :
» Colophon
» Dedication إخلاص
» Preface مقدمة
» Introduction مقدمة
» Algorithm Analysis خوارزميه تحليل
» Asymptotic Notation ملاحظه مقارب
» Foundational Data Structures هياكل البيانات التاسيسيه
» Data Types and Abstraction انواع البيانات واستخراجها
» Stacks, Queues, and Deques مداخن ، الطوابير ، وdeques
» Ordered Lists and Sorted Lists امرت قوائم وقوائم مرتبة
» Hashing, Hash Tables, and Scatter Tables الثرم ، بعثرة الجداول والجداول والتشرذم
» Trees الأشجار
» Search Trees بحث الاشجار
» Heaps and Priority Queues أكوام والاولوية طابور
» Sets, Multisets, and Partitions مجموعات ، multisets ، وحواجز
» Garbage Collection and the Other Kind of Heap وجمع القمامه والركام من نوع آخر
» Algorithmic Patterns and Problem Solvers حسابي وانماط حل المشاكل
» Sorting Algorithms and Sorters خوارزميات الفرز والفارزات
» Graphs and Graph Algorithms والرسوم البيانيه والخوارزميات الرسم البياني
» Python and Object-Oriented Programming بايثون وبرمجة شيءيه
» Class Hierarchy Diagrams الطبقة التسلسل الهرمي والرسوم البيانيه
» Character Codes الطابع مدونات
» References أشارات
» Index دليل
Technorati Tags: Technorati العلامات : python programming البرمجه بايثون , ، python book بايثون الكتاب , ، free python book بايثون الكتاب مجانا , ، python data structures بايثون هياكل البيانات , ، python algorithms بايثون الخوارزميات
Popularity: 30% [ شعبية : 30 ٪] ? ؟ ] [
Related Posts: الوظائف ذات الصلة :





















