coin change problem all combinations: Mastering Data Structures and Algorithms with Java Aditya Pratap Bhuyan, 2024-09-20 Mastering Data Structures and Algorithms with Java is an essential guide for anyone looking to build a solid foundation in software development. Whether you're a beginner or an experienced developer, this book offers a comprehensive approach to understanding and implementing key data structures and algorithms using Java. Covering a wide range of topics, from basic structures like arrays, linked lists, and stacks, to advanced topics such as trees, graphs, heaps, and tries, the book provides clear, step-by-step explanations of each concept. In addition to covering foundational data structures, it dives into sorting and searching algorithms, dynamic programming, recursion, and graph traversal techniques like BFS and DFS. Each chapter includes real-world examples and Java implementations to bridge the gap between theory and practice. Designed for both students and professionals, Mastering Data Structures and Algorithms with Java also prepares you for coding interviews, offering a series of problem-solving exercises, coding challenges, and detailed explanations of solutions. The book is not just about learning algorithms; it’s about applying them effectively to solve real-world problems, optimize software performance, and design scalable systems. With this guide, you'll gain the skills needed to excel in technical interviews and in your software development career. |
coin change problem all combinations: Solving Math Problems Kids Care about Randall J. Souviney, 2006 Educational resource for teachers, parents and kids! |
coin change problem all combinations: Data Structure Using Python Dr. Alkawati Magadum, Dr. Monica P. Goud, Dr. Rachana Chavan, 2024-09-02 Data Structure Using Python is an in-depth guide to understanding, implementing, and optimizing data structures through Python programming. Covering essential structures like arrays, linked lists, stacks, queues, trees, graphs, and hash tables, this book provides both theoretical insights and practical coding examples. Readers gain hands-on experience with algorithms for searching, sorting, and managing data efficiently. With clear explanations, illustrations, and real-world applications, it’s suitable for students, developers, and professionals looking to strengthen their data management skills in Python. |
coin change problem all combinations: Spreadsheet Magic Pamela Lewis, 2006 Step-by-step instructions for using spreadsheets to teach students in kindergarten through sixth grade. Lessons cover a variety of subject areas: language arts, social studies, science, music, and mathematics. |
coin change problem all combinations: Computing for Ordinary Mortals Robert St. Amant, 2013 In Computing for Ordinary Mortals, cognitive scientist and AI expert Robert St. Amant explains what he calls, the really interesting part of computing, which are the ideas behind the technology. They're powerful ideas, and the foundations for everything that computers do, but they are little discussed. This book will not tell you how to use your computer, but it will give you a conceptual tour of how it works. Some of the ideas, like modularity which are so embedded in what we do as humans, can also give us insight into our own daily activities, how we interact with other people, and in some cases even what's going on in our heads. Computing is all around us, and, to quote Richard Hamming, the influential mathematician and computer scientist, The purpose of computing is insight, not numbers, and it is this insight that informs the entire book. |
coin change problem all combinations: Daily Warm-Ups: Problem Solving Math Grade 1 Mary Rosenberg, 2011-06-21 Solving word problems requires both strategy and skill. When confronted with a problem, students need to figure out how to solve the problemand then solve it! The 250 exercises in each book help students learn a variety of strategies for solving problems as well as grade-specific math skills. |
coin change problem all combinations: BASIC and Problem Solving Made Easy Don Cassel, 1986 |
coin change problem all combinations: Every Day Counts Patsy F. Kanter, Janet G. Gillespie, 1992 This sampler shows some of the activities contained in the teacher's guides. |
coin change problem all combinations: Problem-solving in mathematics George Booker, 2008 |
coin change problem all combinations: Navigating the Future Monica Minnegal, Peter D. Dwyer, 2017-06-08 Navigating the Future draws on long-term ethnographic fieldwork with Kubo people and their neighbours, in a remote area of Papua New Guinea, to explore how worlds are reconfigured as people become increasingly conscious of, and seek to draw into their own lives, wealth and power that had previously lain beyond their horizons. In the context of a major resource extraction project—the Papua New Guinea Liquefied Natural Gas (PNG LNG) Project–taking shape in the mountains to the north, the people in this area are actively reimagining their social world. This book describes changes in practice that result, tracing shifts in the ways people relate to the land, to each other and to outsiders, and the histories of engagement that frame those changes. Inequalities are emerging between individuals in access to paid work, between groups in potential for claiming future royalties, and between generations in access to information. As people at the village of Suabi strive to make themselves visible to the state and to petroleum companies, as legal entities entitled to receive benefits from the PNG LNG Project, they are drawing new boundaries around sets of people and around land and declaring hierarchical relationships between groups that did not exist before. They are struggling to make sense of a bureaucracy that is foreign to them, in a place where the state currently has minimal presence. A primary concern of Navigating the Future is with the processes through which these changes have emerged, as people seek to imagine—and work to bring about—a radically different future for themselves while simultaneously reimagining their own past in ways that validate those endeavours. |
coin change problem all combinations: Daily Warm-Ups: Problem Solving Math Grade 2 Mary Rosenberg, 2011-06-21 Solving word problems requires both strategy and skill. When confronted with a problem, students need to figure out how to solve the problemand then solve it! The 250 exercises in each book help students learn a variety of strategies for solving problems as well as grade-specific math skills. |
coin change problem all combinations: Classworks Numeracy L. J. Frobisher, Len Frobisher, 2003-06-11 This teacher's resource series is designed for teaching Primary Literacy and Numeracy in today's classroom setting. Structured around the blocked units of work, they provide everything teachers need to slot into their medium-term plan. The series consists of Literacy & Numeracy titles which provide a more comprehensive approach to lesson planning, and Literacy Text and Numeracy Practice books, full of great resources. |
coin change problem all combinations: C# Data Structures and Algorithms Marcin Jamro, 2024-02-29 Write sophisticated C# code with this complete guide to using diverse data structures and algorithms, featuring ready-to-use code snippets, detailed explanations, and illustrations Key Features Master lists, stacks, queues, dictionaries, sets, and trees, among other data structures Delve into effective design and implementation techniques to meet your software requirements Visualize data structures and algorithms through illustrations for a clearer understanding of their analysis Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionBuilding your own applications is exciting but challenging, especially when tackling complex problems tied to advanced data structures and algorithms. This endeavor demands profound knowledge of the programming language as well as data structures and algorithms. C# Data Structures and Algorithms, armed with critical knowledge from an entrepreneur, author, industry expert, and seasoned developer with significant international experience, offers just that to C# developers. Starting with an introduction to algorithms, this book gradually immerses you in the world of arrays, lists, stacks, queues, dictionaries, and sets. Real-world examples, enriched with code snippets and illustrations, provide a practical understanding of these concepts. You’ll also learn how to sort arrays using various algorithms, setting a solid foundation for your programming expertise. As you progress, you’ll venture into more complex data structures – trees and graphs – and discover algorithms for tasks such as determining the shortest path in a graph before advancing to see various algorithms in action, such as solving Sudoku. By the end of this book, you’ll be able to use the C# language to build algorithmic components that are not only easy to understand and debug but also seamlessly applicable in various apps, spanning web and mobile platforms.What you will learn Understand the fundamentals of algorithms and their classification Store data using arrays and lists, and explore various ways to sort arrays Build enhanced applications with stacks, queues, hashtables, dictionaries, and sets Create efficient applications with tree-related algorithms, such as for searching in a binary search tree Boost solution efficiency with graphs, including finding the shortest path in the graph Implement algorithms solving Tower of Hanoi and Sudoku games, generating fractals, and even guessing the title of this book Who this book is for This book is for developers looking to learn data structures and algorithms in C#. While basic programming skills and C# knowledge is useful, beginners will find value in the provided code snippets, illustrations, and detailed explanations, enhancing their programming skills. Advanced developers can use this book as a valuable resource for reusable code snippets, instead of writing algorithms from scratch each time. |
coin change problem all combinations: Report Daniel Clair Hyde, James W. Renshaw, John David Halbur, Michael Harry Tindall, 1975 |
coin change problem all combinations: Maths. Pyramid Janet Sinclair, Sheila Renshaw, 2000 Maths Pyramid is a comprehensive teaching resource written specifically to support the development of more able children in the context of the Daily Maths Lesson. It allows a top set to be stretched beyond the core class work, while keeping them on the same topic as the rest of the class. |
coin change problem all combinations: Prentice Hall Middle Grades Mathematics Suzanne H. Chapin, 1995 |
coin change problem all combinations: Popular Science , 1931-10 Popular Science gives our readers the information and tools to improve their technology and their world. The core belief that Popular Science and our readers share: The future is going to be better, and science and technology are the driving forces that will help make it better. |
coin change problem all combinations: The Common Core Mathematics Standards Ted H. Hull, Ruth Harbin Miles, Don S. Balka, 2012-04-17 The Common Core State Standards (CCSS) for Mathematical Practice describe the habits of mind that teachers should develop in their students--the foundation for successful implementation of the content standards. This professional development resource helps principals and math leaders grapple with the changes that must be addressed so that teachers can implement the practices required by the CCSS. Features include: A clear explanation of the Standards for Mathematical Practice; Techniques to help leadership teams collaboratively implement and maintain the new standards, A proficiency matrix with examples of instructional strategies for helping students reach competence in each standard, In-depth examples of how leaders can support teachers in implementing the CCSS in the classroom. Readers will find reproducible pullout tools to help with the change process, including an instructional sequence chart. A comprehensive and easy-to-use resource for teachers, district and school leaders, and mathematics curriculum coordinators, The Common Core Mathematics Standards provides the definitive road map for leading the change necessary to align math instruction with best practices. |
coin change problem all combinations: TITBITS and BOUTS of Creativity R.G. CHAUDHARI, 2020-03-03 You are creative but not aware of it. By tapping your creative potentials, you can achieve your highest goal. The only requirement is dedication to find out what you want to achieve and perseverance to fulfill it. Have you met a lad from a remote village who guided Projects of Post-Graduate students of IITs and NITIE ? Do you know how to save 60% of tooth paste? Have you developed a product for which you have the monopoly? Find out answers to such questions in this manual. You may wonder what prompted the scientist to do what he has done—from acquiring patents to developing import substitutes. He says the answer to his question is “passion to look for problems and solve them in novel way”. This passion is manifested in this book |
coin change problem all combinations: ACT Study Guide Premium Prep, 2024: 6 Practice Tests + Comprehensive Review + Online Practice Barron's Educational Series, Brian Stewart, 2024-03-05 Get ready for ACT test day with Barron’s and crush your goals. Barron’s ACT is the most up-to-date and comprehensive guide available to students who want to showcase their college readiness, earn top scholarships, and gain admission to the most competitive universities. Internationally known expert author and tutor, Brian W. Stewart, a Princeton graduate and perfect ACT score holder, puts his 30,000 plus hours of teaching and tutoring experience to work for you. He gives you the same clear and concise advice to excel on the ACT that has helped his students from all ability levels earn perfect ACT scores and admission to Ivy League universities. This fully updated guide includes over 2,000 practice questions and a wide-ranging review of ACT subject material to target your weak areas and enhance your strengths. 4 full-length practice tests, including a diagnostic test with a self-assessment to target specific question types for your customized study 2 additional full-length practice tests online for further practice Detailed overview of the ACT with comprehensive answers to frequently asked questions and detailed advice for students who have extended time accommodations Study plan recommendations based on the amount of time you have to prepare Review of all the concepts tested on the ACT and in-depth grammar instruction, including punctuation, parallelism, and wordiness Advanced drills to practice the toughest types of problems you will face on test day Proven strategies to help you with time management, minimizing careless mistakes, avoiding overthinking, and why determining “to read or not to read” is essential for a successful l approach to ACT science passages The 4-C method for answering ACT reading questions and how to adjust your ACT reading technique for literary narratives and informational passages ACT Writing strategies with plenty of sample prompts accompanied by high-scoring responses Publisher's Note: Products purchased from 3rd party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entities included with the product. |
coin change problem all combinations: Managing the Price of Life , |
coin change problem all combinations: The pearson Guide to Bank Probationary Officer Recruitment Examinations Vandana Thorpe, 2008-09 |
coin change problem all combinations: Every Day Counts Calendar Math Patsy F. Kanter, 1998 Contains a scope and sequence chart and a list of hot topics for each grade level in the Every day counts math program, plus one month of activities for grade 3. |
coin change problem all combinations: Billboard , 1968-03-09 In its 114th year, Billboard remains the world's premier weekly music publication and a diverse digital, events, brand, content and data licensing platform. Billboard publishes the most trusted charts and offers unrivaled reporting about the latest music, video, gaming, media, digital and mobile entertainment issues and trends. |
coin change problem all combinations: The Ftc Franchise Rule , 2008 |
coin change problem all combinations: Problem Solving Using Pascal Romualdas Skvarcius, 1984 |
coin change problem all combinations: Peter L. Bernstein Classics Collection Peter L. Bernstein, 2012-10-04 A classic collection of titles from one of the world's greatest financial writers One of the foremost financial writers of his generation, the late Peter Bernstein had the unique ability to synthesize intellectual history and economics with the theory and practice of investment management. Now, with the Peter L. Bernstein Classics Collection e-bundle, you will be able to enjoy some of the most important and critically acclaimed books by this engaging investment writer—Capital Ideas, Against the Gods, The Power of Gold, and Capital Ideas Evolving. Capital Ideas and Capital Ideas Evolving traces the origins of modern Wall Street, from the pioneering work of early scholars and the development of new theories in risk, valuation, and investment returns, to the actual implementation of these theories in the real world of investment management Against the Gods skillfully explores one of the most profound issues of our time—the role of risk in our society—in a non-technical and accessible style The Power of Gold tells the story of how history's most coveted, celebrated, and inglorious asset has inspired romantic myths, daring explorations, and titanic struggles for money and power Engaging and informative, Peter L. Bernstein Classics Collection puts the insights of one of the greatest financial writers of our time at your fingertips. |
coin change problem all combinations: An Introduction to Bioinformatics Algorithms Neil C. Jones, Pavel A. Pevzner, 2004-08-06 An introductory text that emphasizes the underlying algorithmic ideas that are driving advances in bioinformatics. This introductory text offers a clear exposition of the algorithmic principles driving advances in bioinformatics. Accessible to students in both biology and computer science, it strikes a unique balance between rigorous mathematics and practical techniques, emphasizing the ideas underlying algorithms rather than offering a collection of apparently unrelated problems. The book introduces biological and algorithmic ideas together, linking issues in computer science to biology and thus capturing the interest of students in both subjects. It demonstrates that relatively few design techniques can be used to solve a large number of practical problems in biology, and presents this material intuitively. An Introduction to Bioinformatics Algorithms is one of the first books on bioinformatics that can be used by students at an undergraduate level. It includes a dual table of contents, organized by algorithmic idea and biological idea; discussions of biologically relevant problems, including a detailed problem formulation and one or more solutions for each; and brief biographical sketches of leading figures in the field. These interesting vignettes offer students a glimpse of the inspirations and motivations for real work in bioinformatics, making the concepts presented in the text more concrete and the techniques more approachable.PowerPoint presentations, practical bioinformatics problems, sample code, diagrams, demonstrations, and other materials can be found at the Author's website. |
coin change problem all combinations: Barron's ACT Study Guide Premium, 2023: 6 Practice Tests + Comprehensive Review + Online Practice Brian Stewart, 2023-01-03 Barron’s ACT Premium Study Guide 2023 provides online practice, customizable study plans, and expert advice from experienced teachers who know the test. Step-by-step review helps you master the content, and full-length practice tests in the book and online provide a realistic testing experience so you’re prepared for the exam. This edition includes: Four full-length practice tests in the book, including a diagnostic test Two full-length online practice tests Easy, medium, and hard practice passages that enable you to customize your study Study plan recommendations based on the amount of time you have to prepare Extensive subject reviews that cover all parts of the ACT: English, math, reading, science, and the writing test Detailed overview of the ACT with comprehensive answers to frequently asked questions Advice on optimizing the test-taking mindset and managing test anxiety Proven test-taking strategies for students of all ability levels |
coin change problem all combinations: BARRONS ACT STUDY GUIDE. Brian Stewart, 2021 |
coin change problem all combinations: ACT Premium Study Guide, 2022-2023: 6 Practice Tests + Comprehensive Review + Online Practice Brian Stewart, 2021-07-06 Barron’s ACT Premium Study Guide with 6 Practice Tests provides online practice, customizable study plans, and expert advice from experienced teachers who know the test. Step-by-step review helps you master the content, and full-length practice tests in the book and online provide a realistic testing experience so you’re prepared for the exam. This edition includes: Three full-length practice tests in the book Two full-length online practice tests One full-length diagnostic test in the book with guidance on how to use your results to determine the subjects you need to study more Easy, medium, and hard practice passages that enable you to customize your study Study plan recommendations based on the amount of time you have to prepare Extensive subject reviews that cover all parts of the ACT: English, math, reading, science, and the writing test Detailed overview of the ACT with comprehensive answers to frequently asked questions Advice on optimizing the test-taking mindset and managing test anxiety Proven test-taking strategies for students of all ability levels |
coin change problem all combinations: Handbook of Research on Integrating Digital Technology With Literacy Pedagogies Sullivan, Pamela M., Lantz, Jessica L., Sullivan, Brian A., 2019-11-22 The allure and marketplace power of digital technologies continues to hold sway over the field of education with billions spent annually on technology in the United States alone. Literacy instruction at all levels is influenced by these evolving and ever-changing tools. While this opens the door to innovations in literacy curricula, it also adds a pedagogical responsibility to operate within a well-developed conceptual framework to ensure instruction is complemented or augmented by technology and does not become secondary to it. The Handbook of Research on Integrating Digital Technology With Literacy Pedagogies is a comprehensive research publication that considers the integration of digital technologies in all levels of literacy instruction and prepares the reader for inevitable technological advancements and changes. Covering a wide range of topics such as augmented reality, literacy, and online games, this book is essential for educators, administrators, IT specialists, curriculum developers, instructional designers, teaching professionals, academicians, researchers, education stakeholders, and students. |
coin change problem all combinations: Math Word Problems For Dummies Mary Jane Sterling, 2008-02-05 Covers percentages, probability, proportions, and more Get a grip on all types of word problems by applying them to real life Are you mystified by math word problems? This easy-to-understand guide shows you how to conquer these tricky questions with a step-by-step plan for finding the right solution each and every time, no matter the kind or level of problem. From learning math lingo and performing operations to calculating formulas and writing equations, you'll get all the skills you need to succeed! Discover how to: * Translate word problems into plain English * Brush up on basic math skills * Plug in the right operation or formula * Tackle algebraic and geometric problems * Check your answers to see if they work |
coin change problem all combinations: Algorithm Design: A Methodological Approach - 150 problems and detailed solutions Patrick Bosc, Marc Guyomard, Laurent Miclet, 2023-01-31 A bestseller in its French edition, this book is original in its construction and its success in the French market demonstrates its appeal. It is based on three principles: (1) An organization of the chapters by families of algorithms: exhaustive search, divide and conquer, etc. On the contrary, there is no chapter devoted only to a systematic exposure of, say, algorithms on strings. Some of these will be found in different chapters. (2) For each family of algorithms, an introduction is given to the mathematical principles and the issues of a rigorous design, with one or two pedagogical examples. (3) For the most part, the book details 150 problems, spanning seven families of algorithms. For each problem, a precise and progressive statement is given. More importantly, a complete solution is detailed, with respect to the design principles that have been presented; often, some classical errors are pointed out. Roughly speaking, two-thirds of the book is devoted to the detailed rational construction of the solutions. |
coin change problem all combinations: Billboard , 1968-06-22 In its 114th year, Billboard remains the world's premier weekly music publication and a diverse digital, events, brand, content and data licensing platform. Billboard publishes the most trusted charts and offers unrivaled reporting about the latest music, video, gaming, media, digital and mobile entertainment issues and trends. |
coin change problem all combinations: Starting Out with C++ Tony Gaddis, Judy Walters, Godfrey Muganda, Scott/Jones Inc, 2003-07 |
coin change problem all combinations: Programming for the Puzzled Srini Devadas, 2017-11-03 Learning programming with one of “the coolest applications around”: algorithmic puzzles ranging from scheduling selfie time to verifying the six degrees of separation hypothesis. This book builds a bridge between the recreational world of algorithmic puzzles (puzzles that can be solved by algorithms) and the pragmatic world of computer programming, teaching readers to program while solving puzzles. Few introductory students want to program for programming's sake. Puzzles are real-world applications that are attention grabbing, intriguing, and easy to describe. Each lesson starts with the description of a puzzle. After a failed attempt or two at solving the puzzle, the reader arrives at an Aha! moment—a search strategy, data structure, or mathematical fact—and the solution presents itself. The solution to the puzzle becomes the specification of the code to be written. Readers will thus know what the code is supposed to do before seeing the code itself. This represents a pedagogical philosophy that decouples understanding the functionality of the code from understanding programming language syntax and semantics. Python syntax and semantics required to understand the code are explained as needed for each puzzle. Readers need only the rudimentary grasp of programming concepts that can be obtained from introductory or AP computer science classes in high school. The book includes more than twenty puzzles and more than seventy programming exercises that vary in difficulty. Many of the puzzles are well known and have appeared in publications and on websites in many variations. They range from scheduling selfie time with celebrities to solving Sudoku problems in seconds to verifying the six degrees of separation hypothesis. The code for selected puzzle solutions is downloadable from the book's website; the code for all puzzle solutions is available to instructors. |
coin change problem all combinations: Quitting Certainties Michael G. Titelbaum, 2013 This book presents a new Bayesian framework for modeling rational degrees of belief, called the Certainty-Loss Framework. |
coin change problem all combinations: Billboard , 1946-09-14 In its 114th year, Billboard remains the world's premier weekly music publication and a diverse digital, events, brand, content and data licensing platform. Billboard publishes the most trusted charts and offers unrivaled reporting about the latest music, video, gaming, media, digital and mobile entertainment issues and trends. |
coin change problem all combinations: Challenges for the Twenty-first Century Louis Hsiao Yun Chen, 2001 The International Conference on Fundamental Sciences: Mathematics and Theoretical Physics provided a forum for reviewing some of the significant developments in mathematics and theoretical physics in the 20th century; for the leading theorists in these fields to expound and discuss their views on new ideas and trends in the basic sciences as the new millennium approached; for increasing public awareness of the importance of basic research in mathematics and theoretical physics; and for promoting a high level of interest in mathematics and theoretical physics among school students and teachers. This was a major conference, with invited lectures by some of the leading experts in various fields of mathematics and theoretical physics. |
Carter dollar? - Coin Talk
Jan 3, 2025 · R.I.P. James Earl Carter, 39th president, 1924-2024. I think it's pretty likely since they extended the presidential dollar series to honor George H....
Forums - Coin Talk
5 days ago · Watch this space for information about the Coin Talk community and website. Discussions: 142 Messages: 5,808.
U.S. Coin Forum — Collectors Universe
Nov 16, 2018 · Talk about all types of U.S. coins with other collectors, dealers, and experts. « 1 2 3 4 5 6 7 … 6478 »
Coin Collectors on YouTube — Collectors Universe
Feb 1, 2023 · I used to watch a lot of coin related youtube channels. Some channels have new expanding information that makes the videos informational, while others have the same …
Roman Cross - Coin Talk
Jun 3, 2020 · I remember scarce coins of Theodosius or later when the Roman Empire was divided between East and West. The following coin has Valens on Obverse heading right. …
What's it Worth - Coin Talk
May 1, 2025 · What's it Worth. This is a special section for people to get opinions on what your coin is worth. It's most helpful to post a photo, but also please include a very detailed description.
One Ounce 2025-W ASE Uncirculated (burnished) Coin - Product …
May 27, 2025 · Depends on the coin. For the burnished ASE, apparently not, since, even at that level, demand would barely exceed supply. OTOH, the military proofs look like winners at 100K.
What year coin has the most significance to you and why?
May 16, 2025 · From an original auction catalogue in the possession of prominent coin dealer Rick Snow it was learned that the purchaser was Edward Cogan, a noted coin auctioneer and …
Coin Talk
Jun 1, 2025 · The first is a nice semi-pl 1880-S. This coin I first saw on Instagram in an NGC MS 64 star holder. It was cracked out and sent to PCGS, where it also got an MS 64. Someone …
Anyone here familiar with Premier Gold, Silver, and Coin Association?
Mar 6, 2025 · Try google reviews, click on 1 star and judge Premier Gold for yourself. My wholesaler is paying $25.25 for F+ and $31 for BU Peace Dollars
Carter dollar? - Coin Talk
Jan 3, 2025 · R.I.P. James Earl Carter, 39th president, 1924-2024. I think it's pretty likely since they extended the presidential dollar series to honor George H....
Forums - Coin Talk
5 days ago · Watch this space for information about the Coin Talk community and website. Discussions: 142 Messages: 5,808.
U.S. Coin Forum — Collectors Universe
Nov 16, 2018 · Talk about all types of U.S. coins with other collectors, dealers, and experts. « 1 2 3 4 5 6 7 … 6478 »
Coin Collectors on YouTube — Collectors Universe
Feb 1, 2023 · I used to watch a lot of coin related youtube channels. Some channels have new expanding information that makes the videos informational, while others have the same …
Roman Cross - Coin Talk
Jun 3, 2020 · I remember scarce coins of Theodosius or later when the Roman Empire was divided between East and West. The following coin has Valens on Obverse heading right. …
What's it Worth - Coin Talk
May 1, 2025 · What's it Worth. This is a special section for people to get opinions on what your coin is worth. It's most helpful to post a photo, but also please include a very detailed description.
One Ounce 2025-W ASE Uncirculated (burnished) Coin - Product …
May 27, 2025 · Depends on the coin. For the burnished ASE, apparently not, since, even at that level, demand would barely exceed supply. OTOH, the military proofs look like winners at 100K.
What year coin has the most significance to you and why?
May 16, 2025 · From an original auction catalogue in the possession of prominent coin dealer Rick Snow it was learned that the purchaser was Edward Cogan, a noted coin auctioneer and …
Coin Talk
Jun 1, 2025 · The first is a nice semi-pl 1880-S. This coin I first saw on Instagram in an NGC MS 64 star holder. It was cracked out and sent to PCGS, where it also got an MS 64. Someone …
Anyone here familiar with Premier Gold, Silver, and Coin Association?
Mar 6, 2025 · Try google reviews, click on 1 star and judge Premier Gold for yourself. My wholesaler is paying $25.25 for F+ and $31 for BU Peace Dollars